JIDE 3.5.15

com.jidesoft.chart
Interface AnimatedChart

All Known Implementing Classes:
Chart

public interface AnimatedChart

Interface for charts that support animation


Method Summary
 boolean isAnimateOnShow()
          Get if the animation should start when the chart is first drawn to screen.
 void setAnimateOnShow(boolean animateOnShow)
          Set if the animation should start when the chart is first drawn to screen.
 void startAnimation()
          Start the chart animation, if it's already running then it will be stopped first and started again from the beginning
 void stopAnimation()
          Stop the chart animation if it is running
 

Method Detail

startAnimation

void startAnimation()
Start the chart animation, if it's already running then it will be stopped first and started again from the beginning


stopAnimation

void stopAnimation()
Stop the chart animation if it is running


isAnimateOnShow

boolean isAnimateOnShow()
Get if the animation should start when the chart is first drawn to screen. If FALSE the animation will only run when startAnimation() is called.

Returns:
TRUE if the chart will start animating on first draw

setAnimateOnShow

void setAnimateOnShow(boolean animateOnShow)
Set if the animation should start when the chart is first drawn to screen. If FALSE the animation will only run when startAnimation() is called.

Parameters:
animateOnShow - If TRUE the chart will start animating on first draw

JIDE 3.5.15