Uses of Interface
ca.sqlpower.wabit.swingui.chart.effect.interp.Interpolator

Packages that use Interpolator
ca.sqlpower.wabit.swingui.chart.effect   
ca.sqlpower.wabit.swingui.chart.effect.interp   
 

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

Constructors in ca.sqlpower.wabit.swingui.chart.effect with parameters of type Interpolator
BarChartAnimator(int frameCount, int frameDelay, org.jfree.data.category.DefaultCategoryDataset dataset, Interpolator interpolator)
           
PieChartAnimator(int frameCount, int frameDelay, org.jfree.chart.plot.MultiplePiePlot mpplot, Interpolator spinInterpolator, Interpolator alphaInterpolator)
           
ScatterChartAnimator(int frameCount, int frameDelay, org.jfree.chart.plot.XYPlot xyplot, Interpolator interpolator)
           
 

Uses of Interpolator in ca.sqlpower.wabit.swingui.chart.effect.interp
 

Classes in ca.sqlpower.wabit.swingui.chart.effect.interp that implement Interpolator
 class BallDropInterpolator
          Produces an effect similar to dropping a ball: initially large, slow oscillations and eventually small fast ones.
 class LinearInterpolator
          Simple implementation of a linear interpolator.
 class PolynomialInterpolator
          A general polynomial interpolator that can be used to create "ease in", "ease out", and linear interpolations.
 



Copyright © 2009. All Rights Reserved.