|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.sqlpower.wabit.swingui.chart.effect.AbstractChartAnimatorFactory
public abstract class AbstractChartAnimatorFactory
Provides some useful features for implementations of
ChartAnimatorFactory to inherit.
| Constructor Summary | |
|---|---|
AbstractChartAnimatorFactory()
|
|
| Method Summary | |
|---|---|
int |
getFrameCount()
Returns the number of frames that the animations created by this factory will run for. |
int |
getFrameDelay()
Returns the number of milliseconds between frames of the animations created by this factory. |
void |
setFrameCount(int frameCount)
Sets the number of frames that the animations created by this factory will run for. |
void |
setFrameDelay(int frameDelay)
Sets the number of milliseconds that should be between frames of the animations created by this factory. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface ca.sqlpower.wabit.swingui.chart.effect.ChartAnimatorFactory |
|---|
canAnimate, createAnimator |
| Constructor Detail |
|---|
public AbstractChartAnimatorFactory()
| Method Detail |
|---|
public int getFrameDelay()
ChartAnimatorFactory
getFrameDelay in interface ChartAnimatorFactorypublic void setFrameDelay(int frameDelay)
ChartAnimatorFactory
setFrameDelay in interface ChartAnimatorFactorypublic int getFrameCount()
ChartAnimatorFactory
getFrameCount in interface ChartAnimatorFactorypublic void setFrameCount(int frameCount)
ChartAnimatorFactory
setFrameCount in interface ChartAnimatorFactory
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||