Uses of Class
org.jzy3d.plot3d.primitives.PolygonMode
-
Packages that use PolygonMode Package Description org.jzy3d.painters org.jzy3d.plot3d.primitives org.jzy3d.plot3d.primitives.vbo.drawable -
-
Uses of PolygonMode in org.jzy3d.painters
Methods in org.jzy3d.painters with parameters of type PolygonMode Modifier and Type Method Description voidEmulGLPainter. glPolygonMode(PolygonMode mode, PolygonFill fill)voidIPainter. glPolygonMode(PolygonMode mode, PolygonFill fill)voidNativeDesktopPainter. glPolygonMode(PolygonMode mode, PolygonFill fill)voidNativeEmbeddedPainter. glPolygonMode(PolygonMode mode, PolygonFill fill)protected intEmulGLPainter. polygonModeValue(PolygonMode mode)protected intNativeDesktopPainter. polygonModeValue(PolygonMode mode)protected intNativeEmbeddedPainter. polygonModeValue(PolygonMode mode) -
Uses of PolygonMode in org.jzy3d.plot3d.primitives
Fields in org.jzy3d.plot3d.primitives declared as PolygonMode Modifier and Type Field Description protected PolygonModeGeometry. polygonModeMethods in org.jzy3d.plot3d.primitives that return PolygonMode Modifier and Type Method Description PolygonModeGeometry. getPolygonMode()static PolygonModePolygonMode. valueOf(String name)Returns the enum constant of this type with the specified name.static PolygonMode[]PolygonMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jzy3d.plot3d.primitives with parameters of type PolygonMode Modifier and Type Method Description voidGeometry. setPolygonMode(PolygonMode polygonMode)A null polygonMode imply no any call to gl.glPolygonMode(...) at renderingvoidParallelepipedComposite. setPolygonMode(PolygonMode mode) -
Uses of PolygonMode in org.jzy3d.plot3d.primitives.vbo.drawable
Fields in org.jzy3d.plot3d.primitives.vbo.drawable declared as PolygonMode Modifier and Type Field Description protected PolygonModeDrawableVBO. polygonModeMethods in org.jzy3d.plot3d.primitives.vbo.drawable that return PolygonMode Modifier and Type Method Description PolygonModeDrawableVBO. getPolygonMode()Methods in org.jzy3d.plot3d.primitives.vbo.drawable with parameters of type PolygonMode Modifier and Type Method Description voidDrawableVBO. setPolygonMode(PolygonMode polygonMode)A null polygonMode imply no any call to gl.glPolygonMode(...) at rendering
-