Uses of Class
com._1c.g5.v8.dt.chart.model.ChartAnimation
- 
Packages that use ChartAnimation Package Description com._1c.g5.v8.dt.chart.model com._1c.g5.v8.dt.chart.model.impl 
- 
- 
Uses of ChartAnimation in com._1c.g5.v8.dt.chart.modelFields in com._1c.g5.v8.dt.chart.model with type parameters of type ChartAnimation Modifier and Type Field Description static List<ChartAnimation>ChartAnimation. VALUESA public read-only list of all the 'Animation' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return ChartAnimation Modifier and Type Method Description static ChartAnimationChartAnimation. get(int value)Returns the 'Animation' literal with the specified integer value.static ChartAnimationChartAnimation. get(String literal)Returns the 'Animation' literal with the specified literal value.ChartAnimationChart. getAnimation()Returns the value of the 'Animation' attribute.static ChartAnimationChartAnimation. getByName(String name)Returns the 'Animation' literal with the specified name.static ChartAnimationChartAnimation. valueOf(String name)Returns the enum constant of this type with the specified name.static ChartAnimation[]ChartAnimation. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com._1c.g5.v8.dt.chart.model with parameters of type ChartAnimation Modifier and Type Method Description voidChart. setAnimation(ChartAnimation value)Sets the value of the 'Animation' attribute.
- 
Uses of ChartAnimation in com._1c.g5.v8.dt.chart.model.implMethods in com._1c.g5.v8.dt.chart.model.impl that return ChartAnimation Modifier and Type Method Description ChartAnimationChartFactoryImpl. createChartAnimationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)ChartAnimationChartImpl. getAnimation()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ChartAnimation Modifier and Type Method Description voidChartImpl. setAnimation(ChartAnimation newAnimation)
 
-