|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.sqlpower.wabit.swingui.chart.effect.AbstractChartAnimator
ca.sqlpower.wabit.swingui.chart.effect.ScatterChartAnimator
public class ScatterChartAnimator
| Constructor Summary | |
|---|---|
ScatterChartAnimator(int frameCount,
int frameDelay,
org.jfree.chart.plot.XYPlot xyplot,
Interpolator interpolator)
|
|
| Method Summary | |
|---|---|
protected void |
doFrame(int frame,
double pct)
Subclasses define their actual animation behaviour by overriding this method. |
| Methods inherited from class ca.sqlpower.wabit.swingui.chart.effect.AbstractChartAnimator |
|---|
getFrameCount, setup, startAnimation, stopAnimation |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ScatterChartAnimator(int frameCount,
int frameDelay,
org.jfree.chart.plot.XYPlot xyplot,
Interpolator interpolator)
frameCount - frameDelay - xyplot - | Method Detail |
|---|
protected void doFrame(int frame,
double pct)
AbstractChartAnimator
doFrame in class AbstractChartAnimatorframe - The current frame number (of AbstractChartAnimator.getFrameCount())pct - The percentage (between 0.0 and 1.0 inclusive) of the way that
the current frame is.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||