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 StencilOpStencilOp. 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 voidEmulGLPainter. glStencilOp(StencilOp fail, StencilOp zfail, StencilOp zpass)voidIPainter. 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:voidNativeDesktopPainter. glStencilOp(StencilOp fail, StencilOp zfail, StencilOp zpass)voidNativeEmbeddedPainter. glStencilOp(StencilOp fail, StencilOp zfail, StencilOp zpass)protected intEmulGLPainter. toInt(StencilOp fail)protected intNativeDesktopPainter. toInt(StencilOp fail)protected intNativeEmbeddedPainter. toInt(StencilOp fail) 
 -