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 void
EmulGLPainter. glPolygonMode(PolygonMode mode, PolygonFill fill)
void
IPainter. glPolygonMode(PolygonMode mode, PolygonFill fill)
void
NativeDesktopPainter. glPolygonMode(PolygonMode mode, PolygonFill fill)
void
NativeEmbeddedPainter. glPolygonMode(PolygonMode mode, PolygonFill fill)
protected int
EmulGLPainter. polygonModeValue(PolygonMode mode)
protected int
NativeDesktopPainter. polygonModeValue(PolygonMode mode)
protected int
NativeEmbeddedPainter. 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 PolygonMode
Geometry. polygonMode
Methods in org.jzy3d.plot3d.primitives that return PolygonMode Modifier and Type Method Description PolygonMode
Geometry. getPolygonMode()
static PolygonMode
PolygonMode. 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 void
Geometry. setPolygonMode(PolygonMode polygonMode)
A null polygonMode imply no any call to gl.glPolygonMode(...) at renderingvoid
ParallelepipedComposite. 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 PolygonMode
DrawableVBO. polygonMode
Methods in org.jzy3d.plot3d.primitives.vbo.drawable that return PolygonMode Modifier and Type Method Description PolygonMode
DrawableVBO. getPolygonMode()
Methods in org.jzy3d.plot3d.primitives.vbo.drawable with parameters of type PolygonMode Modifier and Type Method Description void
DrawableVBO. setPolygonMode(PolygonMode polygonMode)
A null polygonMode imply no any call to gl.glPolygonMode(...) at rendering
-