Uses of Enum Class
com._1c.g5.v8.dt.chart.model.ChartAnimation
Packages that use ChartAnimation
-
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 ChartAnimationModifier and TypeFieldDescriptionstatic final List<ChartAnimation>ChartAnimation.VALUESA public read-only list of all the 'Animation' enumerators.Methods in com._1c.g5.v8.dt.chart.model that return ChartAnimationModifier and TypeMethodDescriptionstatic ChartAnimationChartAnimation.get(int value) Returns the 'Animation' literal with the specified integer value.static ChartAnimationReturns the 'Animation' literal with the specified literal value.Chart.getAnimation()Returns the value of the 'Animation' attribute.static ChartAnimationReturns the 'Animation' literal with the specified name.static ChartAnimationReturns the enum constant of this class with the specified name.static ChartAnimation[]ChartAnimation.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com._1c.g5.v8.dt.chart.model with parameters of type ChartAnimationModifier and TypeMethodDescriptionvoidChart.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 ChartAnimationModifier and TypeMethodDescriptionChartFactoryImpl.createChartAnimationFromString(org.eclipse.emf.ecore.EDataType eDataType, String initialValue) ChartImpl.getAnimation()Methods in com._1c.g5.v8.dt.chart.model.impl with parameters of type ChartAnimation