Uses of Class
com.github.cage.image.Rippler.AxisConfig

Packages that use Rippler.AxisConfig
com.github.cage.image Classes in this package are responsible for the actual image generation, the central class is Painter
 

Uses of Rippler.AxisConfig in com.github.cage.image
 

Methods in com.github.cage.image that return Rippler.AxisConfig
 Rippler.AxisConfig Rippler.getHorizontal()
           
 Rippler.AxisConfig Rippler.getVertical()
           
 

Methods in com.github.cage.image with parameters of type Rippler.AxisConfig
protected  int[] Rippler.calcDeltaArray(Rippler.AxisConfig axisConfig, int num)
          Calculates wave delta array.
 

Constructors in com.github.cage.image with parameters of type Rippler.AxisConfig
Rippler(Rippler.AxisConfig vertical, Rippler.AxisConfig horizontal)
          Constructor.
 



Copyright © 2011. All Rights Reserved.