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 TypeMethodDescriptionvoidEmulGLPainter.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 PolygonModeMethods in org.jzy3d.plot3d.primitives that return PolygonModeModifier and TypeMethodDescriptionGeometry.getPolygonMode()static PolygonModeReturns 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 TypeMethodDescriptionvoidGeometry.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 PolygonModeMethods in org.jzy3d.plot3d.primitives.vbo.drawable that return PolygonModeMethods in org.jzy3d.plot3d.primitives.vbo.drawable with parameters of type PolygonModeModifier and TypeMethodDescriptionvoidDrawableVBO.setPolygonMode(PolygonMode polygonMode) A null polygonMode imply no any call to gl.glPolygonMode(...) at rendering