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 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.Methods in org.jzy3d.painters with parameters of type StencilOpModifier 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