ca.sqlpower.wabit.swingui.chart.effect
Interface ChartAnimator

All Known Implementing Classes:
AbstractChartAnimator, BarChartAnimator, PieChartAnimator, ScatterChartAnimator, StubChartAnimator

public interface ChartAnimator


Method Summary
 void startAnimation()
          Resets all bars to 0 then starts the animation timer.
 void stopAnimation()
          Stops the animation.
 

Method Detail

startAnimation

void startAnimation()
Resets all bars to 0 then starts the animation timer. If the animation is already running, this method causes it to restart from the beginning.


stopAnimation

void stopAnimation()
Stops the animation. The animation does stop on its own eventually, but this method can be invoked to stop the animation early. If the animation is already stopped, this method has no effect.



Copyright © 2009. All Rights Reserved.