Uses of Interface
ca.sqlpower.wabit.swingui.chart.effect.ChartAnimator

Packages that use ChartAnimator
ca.sqlpower.wabit.swingui.chart.effect   
 

Uses of ChartAnimator in ca.sqlpower.wabit.swingui.chart.effect
 

Classes in ca.sqlpower.wabit.swingui.chart.effect that implement ChartAnimator
 class AbstractChartAnimator
          Base class that takes care of all the boilerplate code required for a typical implementation of ChartAnimator.
 class BarChartAnimator
           
 class PieChartAnimator
           
 class ScatterChartAnimator
           
 class StubChartAnimator
          A chart animator implementation that does nothing.
 

Methods in ca.sqlpower.wabit.swingui.chart.effect that return ChartAnimator
static ChartAnimator ChartAnimation.animateIfPossible(org.jfree.chart.JFreeChart chart)
          Makes a "best effort" attempt to apply an animation effect to the given chart.
 ChartAnimator ScatterChartAnimatorFactory.createAnimator(org.jfree.chart.JFreeChart chart)
           
 ChartAnimator PieChartAnimatorFactory.createAnimator(org.jfree.chart.JFreeChart chart)
           
 ChartAnimator ChartAnimatorFactory.createAnimator(org.jfree.chart.JFreeChart chart)
          Creates a new chart animator for the given chart.
 ChartAnimator BarChartAnimatorFactory.createAnimator(org.jfree.chart.JFreeChart chart)
           
 



Copyright © 2009. All Rights Reserved.