Uses of Enum
org.jzy3d.painters.StencilOp
Packages that use StencilOp
- 
Uses of StencilOp in org.jzy3d.painters
Methods in org.jzy3d.painters that return StencilOpModifier and TypeMethodDescriptionstatic StencilOpReturns 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 StencilOpModifier and TypeMethodDescriptionvoidEmulGLPainter.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 intprotected intprotected int