|
||||||||||
| 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
ca.sqlpower.wabit.swingui.chart.effect.BarChartAnimatorFactory
public class BarChartAnimatorFactory
| Constructor Summary | |
|---|---|
BarChartAnimatorFactory()
|
|
| Method Summary | |
|---|---|
boolean |
canAnimate(org.jfree.chart.JFreeChart chart)
Returns true if this chart animation factory can animate the given chart. |
ChartAnimator |
createAnimator(org.jfree.chart.JFreeChart chart)
Creates a new chart animator for the given chart. |
| Methods inherited from class ca.sqlpower.wabit.swingui.chart.effect.AbstractChartAnimatorFactory |
|---|
getFrameCount, getFrameDelay, setFrameCount, setFrameDelay |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public BarChartAnimatorFactory()
| Method Detail |
|---|
public boolean canAnimate(org.jfree.chart.JFreeChart chart)
ChartAnimatorFactory
chart - The chart in question
chart; false otherwise.
public ChartAnimator createAnimator(org.jfree.chart.JFreeChart chart)
throws CantAnimateException
ChartAnimatorFactory
chart - The chart to animate. Some aspects of the chart may be
permanently modified as a side effect of this call (for
example, disable autoranging on a bar chart's category axis),
but no Swing timers will have been started.
CantAnimateException - if ChartAnimatorFactory.canAnimate(JFreeChart) would return false for the
given chart.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||