Uses of Enum
org.jzy3d.plot3d.primitives.PolygonMode
Package
Description
-
Uses of PolygonMode in org.jzy3d.painters
Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionGeometry.getPolygonMode()
static PolygonMode
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.Modifier and TypeMethodDescriptionvoid
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
Modifier and TypeMethodDescriptionvoid
DrawableVBO.setPolygonMode
(PolygonMode polygonMode) A null polygonMode imply no any call to gl.glPolygonMode(...) at rendering