Uses of Interface
org.jzy3d.plot3d.transform.Transformer
Packages that use Transformer
-
Uses of Transformer in org.jzy3d.plot3d.transform
Classes in org.jzy3d.plot3d.transform that implement TransformerModifier and TypeClassDescriptionclass
Rotate is aTransformer
that stores the angle and rotate values required to perform the effective OpenGL rotation in the ModelView matrix.class
Scale is aTransformer
that stores the scaling factor required to perform the effective OpenGL2 scaling in the ModelView Matrix.class
Translate is aTransformer
that stores the offset required to perform the effective OpenGL2 translation in the ModelView Matrix.class
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 TransformerModifier and TypeMethodDescriptionvoid
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 TransformerModifierConstructorDescriptionTransform
(Transformer transformer) Initialize a list of Transformer with a single Transformer as sequence.Transform
(Transformer... transformer)