Uses of Class
org.jzy3d.painters.StencilOp
-
Packages that use StencilOp Package Description org.jzy3d.painters -
-
Uses of StencilOp in org.jzy3d.painters
Methods in org.jzy3d.painters that return StencilOp Modifier and Type Method Description static StencilOp
StencilOp. valueOf(String name)
Returns the enum constant of this type with the specified name.static StencilOp[]
StencilOp. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jzy3d.painters with parameters of type StencilOp Modifier and Type Method Description void
EmulGLPainter. glStencilOp(StencilOp fail, StencilOp zfail, StencilOp zpass)
void
IPainter. glStencilOp(StencilOp fail, StencilOp zfail, StencilOp zpass)
The glStencilOp(GLenum sfail, GLenum dpfail, GLenum dppass) contains three options of which we can specify for each option what action to take:void
NativeDesktopPainter. glStencilOp(StencilOp fail, StencilOp zfail, StencilOp zpass)
void
NativeEmbeddedPainter. glStencilOp(StencilOp fail, StencilOp zfail, StencilOp zpass)
protected int
EmulGLPainter. toInt(StencilOp fail)
protected int
NativeDesktopPainter. toInt(StencilOp fail)
protected int
NativeEmbeddedPainter. toInt(StencilOp fail)
-