Uses of Enum
org.jzy3d.plot3d.primitives.PolygonMode
Packages that use PolygonMode
Package
Description
-
Uses of PolygonMode in org.jzy3d.painters
Methods in org.jzy3d.painters with parameters of type PolygonModeModifier 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
Fields in org.jzy3d.plot3d.primitives declared as PolygonModeMethods in org.jzy3d.plot3d.primitives that return PolygonModeModifier 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.Methods in org.jzy3d.plot3d.primitives with parameters of type PolygonModeModifier 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
Fields in org.jzy3d.plot3d.primitives.vbo.drawable declared as PolygonModeMethods in org.jzy3d.plot3d.primitives.vbo.drawable that return PolygonModeMethods in org.jzy3d.plot3d.primitives.vbo.drawable with parameters of type PolygonModeModifier and TypeMethodDescriptionvoid
DrawableVBO.setPolygonMode
(PolygonMode polygonMode) A null polygonMode imply no any call to gl.glPolygonMode(...) at rendering