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 TypeClassDescriptionclassRotate is aTransformerthat stores the angle and rotate values required to perform the effective OpenGL rotation in the ModelView matrix.classScale is aTransformerthat stores the scaling factor required to perform the effective OpenGL2 scaling in the ModelView Matrix.classTranslate is aTransformerthat stores the offset required to perform the effective OpenGL2 translation in the ModelView Matrix.classTranslate 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 TypeMethodDescriptionvoidTransform.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)