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 voidEmulGLPainter. 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 PolygonFill Modifier and Type Method Description static PolygonFillPolygonFill. 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.
-