Uses of Enum
org.jzy3d.painters.StencilOp
-
Uses of StencilOp in org.jzy3d.painters
Modifier and TypeMethodDescriptionstatic StencilOp
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.Modifier and TypeMethodDescriptionvoid
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
protected int
protected int