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 Rotator
DrawableVBO. 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 Rotate
JOGLTextRenderer3d. rotate
Methods in org.jzy3d.plot3d.text.renderers.jogl that return Rotate Modifier and Type Method Description Rotate
JOGLTextRenderer3d. getRotate()
Methods in org.jzy3d.plot3d.text.renderers.jogl with parameters of type Rotate Modifier and Type Method Description void
JOGLTextRenderer3d. 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 Rotate
Rotator. rotate
Methods in org.jzy3d.plot3d.transform that return Rotate Modifier and Type Method Description Rotate
Rotator. getRotate()
Methods in org.jzy3d.plot3d.transform with parameters of type Rotate Modifier and Type Method Description void
Rotator. setRotate(Rotate rotate)
Constructors in org.jzy3d.plot3d.transform with parameters of type Rotate Constructor Description Rotator(int sleep, Rotate rotate)
-