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 classRotateRotate is aTransformerthat stores the angle and rotate values required to perform the effective OpenGL rotation in the ModelView matrix.classScaleScale is aTransformerthat stores the scaling factor required to perform the effective OpenGL2 scaling in the ModelView Matrix.classTranslateTranslate is aTransformerthat stores the offset required to perform the effective OpenGL2 translation in the ModelView Matrix.classTranslateDrawableTranslate 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 voidTransform. 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)
-