Uses of Enum
org.jzy3d.painters.DepthFunc
Packages that use DepthFunc
-
Uses of DepthFunc in org.jzy3d.painters
Methods in org.jzy3d.painters that return DepthFuncModifier and TypeMethodDescriptionstatic DepthFunc
Returns the enum constant of this type with the specified name.static DepthFunc[]
DepthFunc.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 DepthFuncModifier and TypeMethodDescriptionvoid
EmulGLPainter.glDepthFunc
(DepthFunc func) void
IPainter.glDepthFunc
(DepthFunc func) void
NativeDesktopPainter.glDepthFunc
(DepthFunc func) void
NativeEmbeddedPainter.glDepthFunc
(DepthFunc func)