|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectca.sqlpower.wabit.swingui.chart.effect.ChartAnimation
public class ChartAnimation
Utility class for working with the chart animation system. Provides the
convenience method animateIfPossible(JFreeChart) which makes a best
effort to animate any JFreeChart in a single, simple line of code.
| Constructor Summary | |
|---|---|
ChartAnimation()
|
|
| Method Summary | |
|---|---|
static ChartAnimator |
animateIfPossible(org.jfree.chart.JFreeChart chart)
Makes a "best effort" attempt to apply an animation effect to the given chart. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ChartAnimation()
| Method Detail |
|---|
@Nonnull public static ChartAnimator animateIfPossible(org.jfree.chart.JFreeChart chart)
chart - The chart to attempt to animate.
ChartAnimator.stopAnimation() on it at any time.
This method never returns null, but the selected animator is not guaranteed to have any visible effect on the chart.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||