|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
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 |
---|
void startAnimation()
void stopAnimation()
boolean isAnimateOnShow()
FALSE
the animation
will only run when startAnimation() is called.
TRUE
if the chart will start animating on first drawvoid setAnimateOnShow(boolean animateOnShow)
FALSE
the animation
will only run when startAnimation() is called.
animateOnShow
- If TRUE
the chart will start animating on first draw
|
JIDE 3.5.15 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |