Uses of Class
org.jzy3d.plot3d.transform.Rotate
-
Packages that use Rotate Package Description org.jzy3d.plot3d.primitives.vbo.drawable org.jzy3d.plot3d.text.renderers.jogl org.jzy3d.plot3d.transform -
-
Uses of Rotate in org.jzy3d.plot3d.primitives.vbo.drawable
Methods in org.jzy3d.plot3d.primitives.vbo.drawable with parameters of type Rotate Modifier and Type Method Description RotatorDrawableVBO. rotator(boolean start, Rotate r, int sleep) -
Uses of Rotate in org.jzy3d.plot3d.text.renderers.jogl
Fields in org.jzy3d.plot3d.text.renderers.jogl declared as Rotate Modifier and Type Field Description protected RotateJOGLTextRenderer3d. rotateMethods in org.jzy3d.plot3d.text.renderers.jogl that return Rotate Modifier and Type Method Description RotateJOGLTextRenderer3d. getRotate()Methods in org.jzy3d.plot3d.text.renderers.jogl with parameters of type Rotate Modifier and Type Method Description voidJOGLTextRenderer3d. setRotate(Rotate rotate)Set the rotation of the text if the text is 3D. -
Uses of Rotate in org.jzy3d.plot3d.transform
Fields in org.jzy3d.plot3d.transform declared as Rotate Modifier and Type Field Description protected RotateRotator. rotateMethods in org.jzy3d.plot3d.transform that return Rotate Modifier and Type Method Description RotateRotator. getRotate()Methods in org.jzy3d.plot3d.transform with parameters of type Rotate Modifier and Type Method Description voidRotator. setRotate(Rotate rotate)Constructors in org.jzy3d.plot3d.transform with parameters of type Rotate Constructor Description Rotator(int sleep, Rotate rotate)
-