Uses of Class
org.jzy3d.plot3d.primitives.PolygonFill
-
Packages that use PolygonFill Package Description org.jzy3d.painters org.jzy3d.plot3d.primitives -
-
Uses of PolygonFill in org.jzy3d.painters
Methods in org.jzy3d.painters with parameters of type PolygonFill Modifier and Type Method Description void
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
Methods in org.jzy3d.plot3d.primitives that return PolygonFill Modifier and Type Method Description static PolygonFill
PolygonFill. valueOf(String name)
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.
-