Uses of Class
treebolic.core.Transformer

Packages that use Transformer
treebolic.view   
 

Uses of Transformer in treebolic.view
 

Fields in treebolic.view declared as Transformer
private  Transformer View.theTransformer
          Transformer
 

Methods in treebolic.view with parameters of type Transformer
static Animation Animation.make(Complex thisFrom, Complex thisTo, Transformer thisTransformer, Complex thisOrientation, int theseSteps)
          Constructor
private static java.util.Vector<HyperTransform> Animation.makeTransform1(Complex thisFrom, Complex thisTo, Transformer thisTransformer, Complex thisOrientation)
          Make animation with one transform only
private static java.util.List<HyperTransform> Animation.makeTransforms(Complex thisFrom, Complex thisTo, Transformer thisTransformer, Complex thisOrientation, int theseSteps)
          Make sequence of transforms