ca.sqlpower.wabit.swingui.chart.effect
Class StubChartAnimator

java.lang.Object
  extended by ca.sqlpower.wabit.swingui.chart.effect.StubChartAnimator
All Implemented Interfaces:
ChartAnimator

public class StubChartAnimator
extends java.lang.Object
implements ChartAnimator

A chart animator implementation that does nothing. StubChartAnimator is used as a default return value (in preference to null) in cases where a proper animator couldn't be created.


Constructor Summary
StubChartAnimator()
           
 
Method Summary
 void startAnimation()
          No effect.
 void stopAnimation()
          No effect.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StubChartAnimator

public StubChartAnimator()
Method Detail

startAnimation

public void startAnimation()
No effect.

Specified by:
startAnimation in interface ChartAnimator

stopAnimation

public void stopAnimation()
No effect.

Specified by:
stopAnimation in interface ChartAnimator


Copyright © 2009. All Rights Reserved.