Uses of Class
org.jzy3d.painters.DepthFunc
-
Packages that use DepthFunc Package Description org.jzy3d.painters -
-
Uses of DepthFunc in org.jzy3d.painters
Methods in org.jzy3d.painters that return DepthFunc Modifier and Type Method Description static DepthFunc
DepthFunc. valueOf(String name)
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 DepthFunc Modifier and Type Method Description void
EmulGLPainter. glDepthFunc(DepthFunc func)
void
IPainter. glDepthFunc(DepthFunc func)
void
NativeDesktopPainter. glDepthFunc(DepthFunc func)
void
NativeEmbeddedPainter. glDepthFunc(DepthFunc func)
-