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 Animation
Animation. NONE
No animation at allMethods in org.zkoss.chart that return Animation Modifier and Type Method Description Animation
Chart. getAnimation()
Returns the overall animation for all chart updating.Animation
Cluster. getAnimation()
Returns whether to enable or disable for the cluster marker animation.Animation
Drilldown. getAnimation()
Returns the overall animation for all drilldown updating.Animation
LegendNavigation. getAnimation()
Returns whether to animate the pages when navigating up or down.Animation
Series. getAnimation()
Returns whether to enable or disable the initial animation when a series is displayed.Animation
State. getAnimation()
Returns whether to enable or disable the initial animation of this state.Animation
Tooltip. 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 void
Series. addPoint(Point point, boolean redraw, boolean shift, Animation animation)
Add a point at the end of the current points list.void
Chart. setAnimation(Animation animation)
Animation can be disabled throughout the chart by setting it to false by the method ofChart.setAnimation(boolean)
.void
Cluster. setAnimation(Animation animation)
Sets whether to enable or disable for the cluster marker animation.void
Drilldown. setAnimation(Animation animation)
Sets the animation for all drilldown animations.void
LegendNavigation. setAnimation(Animation animation)
Sets whether to animate the pages when navigating up or down.void
Series. setAnimation(Animation animation)
Sets the initial animation when a series is displayed.void
State. setAnimation(Animation animation)
Sets the initial animation of this state.void
Tooltip. setAnimation(Animation animation)
Sets whether to enable or disable for the animation of the tooltip.void
Axis. 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 Animation
SeriesPlotOptions. 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 void
SeriesPlotOptions. setAnimation(Animation animation)
Sets whether to enable or disable the initial animation when a series is displayed.
-