Uses of Enum
org.jzy3d.plot3d.primitives.PolygonFill
-
Uses of PolygonFill 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.polygonFillValue
(PolygonFill mode) protected int
NativeDesktopPainter.polygonFillValue
(PolygonFill mode) protected int
NativeEmbeddedPainter.polygonFillValue
(PolygonFill mode) -
Uses of PolygonFill in org.jzy3d.plot3d.primitives
Modifier and TypeMethodDescriptionstatic PolygonFill
Returns the enum constant of this type with the specified name.static PolygonFill[]
PolygonFill.values()
Returns an array containing the constants of this enum type, in the order they are declared.