Uses of Class
org.jzy3d.painters.RenderMode
-
Packages that use RenderMode Package Description org.jzy3d.painters org.jzy3d.plot3d.primitives.axis -
-
Uses of RenderMode in org.jzy3d.painters
Methods in org.jzy3d.painters that return RenderMode Modifier and Type Method Description static RenderModeRenderMode. valueOf(String name)Returns the enum constant of this type with the specified name.static RenderMode[]RenderMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jzy3d.painters with parameters of type RenderMode Modifier and Type Method Description intEmulGLPainter. glRenderMode(RenderMode mode)intIPainter. glRenderMode(RenderMode mode)intNativeDesktopPainter. glRenderMode(RenderMode mode)intNativeEmbeddedPainter. glRenderMode(RenderMode mode) -
Uses of RenderMode in org.jzy3d.plot3d.primitives.axis
Methods in org.jzy3d.plot3d.primitives.axis with parameters of type RenderMode Modifier and Type Method Description protected voidAxisBox. drawCube(IPainter painter, RenderMode mode)protected voidFeedbackBufferAxisBox. drawCube(IPainter painter, RenderMode mode)Make all GL2 calls allowing to build a cube with 6 separate quads.
-