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.model
Fields in com._1c.g5.v8.dt.chart.model with type parameters of type ChartAnimation Modifier and Type Field Description static List<ChartAnimation>
ChartAnimation. VALUES
A 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 ChartAnimation
ChartAnimation. get(int value)
Returns the 'Animation' literal with the specified integer value.static ChartAnimation
ChartAnimation. get(String literal)
Returns the 'Animation' literal with the specified literal value.ChartAnimation
Chart. getAnimation()
Returns the value of the 'Animation' attribute.static ChartAnimation
ChartAnimation. getByName(String name)
Returns the 'Animation' literal with the specified name.static ChartAnimation
ChartAnimation. 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 void
Chart. setAnimation(ChartAnimation value)
Sets the value of the 'Animation
' attribute. -
Uses of ChartAnimation in com._1c.g5.v8.dt.chart.model.impl
Methods in com._1c.g5.v8.dt.chart.model.impl that return ChartAnimation Modifier and Type Method Description ChartAnimation
ChartFactoryImpl. createChartAnimationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue)
ChartAnimation
ChartImpl. getAnimation()
Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ChartAnimation Modifier and Type Method Description void
ChartImpl. setAnimation(ChartAnimation newAnimation)
-