Uses of Interface
org.jzy3d.plot3d.transform.Transformer
-
Packages that use Transformer Package Description org.jzy3d.plot3d.transform -
-
Uses of Transformer in org.jzy3d.plot3d.transform
Classes in org.jzy3d.plot3d.transform that implement Transformer Modifier and Type Class Description class
Rotate
Rotate is aTransformer
that stores the angle and rotate values required to perform the effective OpenGL rotation in the ModelView matrix.class
Scale
Scale is aTransformer
that stores the scaling factor required to perform the effective OpenGL2 scaling in the ModelView Matrix.class
Translate
Translate is aTransformer
that stores the offset required to perform the effective OpenGL2 translation in the ModelView Matrix.class
TranslateDrawable
Translate drawable to (0,0,0) or back to its previous position according to the input parameters.Methods in org.jzy3d.plot3d.transform with parameters of type Transformer Modifier and Type Method Description void
Transform. add(Transformer next)
Appends a Transformer to the sequence that this Transform must performs.Constructors in org.jzy3d.plot3d.transform with parameters of type Transformer Constructor Description Transform(Transformer transformer)
Initialize a list of Transformer with a single Transformer as sequence.Transform(Transformer... transformer)
-