Uses of Enum
org.jzy3d.plot3d.primitives.PolygonFill
Packages that use PolygonFill
-
Uses of PolygonFill in org.jzy3d.painters
Methods in org.jzy3d.painters with parameters of type PolygonFillModifier 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.polygonFillValue(PolygonFill mode) protected intNativeDesktopPainter.polygonFillValue(PolygonFill mode) protected intNativeEmbeddedPainter.polygonFillValue(PolygonFill mode) -
Uses of PolygonFill in org.jzy3d.plot3d.primitives
Methods in org.jzy3d.plot3d.primitives that return PolygonFillModifier and TypeMethodDescriptionstatic PolygonFillReturns 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.