Uses of Class
org.zkoss.chart.Animation
-
Packages that use Animation Package Description org.zkoss.chart org.zkoss.chart.plotOptions -
-
Uses of Animation in org.zkoss.chart
Fields in org.zkoss.chart declared as Animation Modifier and Type Field Description static AnimationAnimation. NONENo animation at allMethods in org.zkoss.chart that return Animation Modifier and Type Method Description AnimationChart. getAnimation()Returns the overall animation for all chart updating.AnimationCluster. getAnimation()Returns whether to enable or disable for the cluster marker animation.AnimationDrilldown. getAnimation()Returns the overall animation for all drilldown updating.AnimationLegendNavigation. getAnimation()Returns whether to animate the pages when navigating up or down.AnimationSeries. getAnimation()Returns whether to enable or disable the initial animation when a series is displayed.AnimationState. getAnimation()Returns whether to enable or disable the initial animation of this state.AnimationTooltip. getAnimation()Returns whether to enable or disable for the animation of the tooltip.Methods in org.zkoss.chart with parameters of type Animation Modifier and Type Method Description voidSeries. addPoint(Point point, boolean redraw, boolean shift, Animation animation)Add a point at the end of the current points list.voidChart. setAnimation(Animation animation)Animation can be disabled throughout the chart by setting it to false by the method ofChart.setAnimation(boolean).voidCluster. setAnimation(Animation animation)Sets whether to enable or disable for the cluster marker animation.voidDrilldown. setAnimation(Animation animation)Sets the animation for all drilldown animations.voidLegendNavigation. setAnimation(Animation animation)Sets whether to animate the pages when navigating up or down.voidSeries. setAnimation(Animation animation)Sets the initial animation when a series is displayed.voidState. setAnimation(Animation animation)Sets the initial animation of this state.voidTooltip. setAnimation(Animation animation)Sets whether to enable or disable for the animation of the tooltip.voidAxis. setExtremes(Number min, Number max, boolean redraw, Animation animation)Sets the minimum and maximum of the axes after render time. -
Uses of Animation in org.zkoss.chart.plotOptions
Methods in org.zkoss.chart.plotOptions that return Animation Modifier and Type Method Description AnimationSeriesPlotOptions. getAnimation()Returns whether to enable or disable the initial animation when a series is displayed.Methods in org.zkoss.chart.plotOptions with parameters of type Animation Modifier and Type Method Description voidSeriesPlotOptions. setAnimation(Animation animation)Sets whether to enable or disable the initial animation when a series is displayed.
-