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 DepthFuncDepthFunc. 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 voidEmulGLPainter. glDepthFunc(DepthFunc func)voidIPainter. glDepthFunc(DepthFunc func)voidNativeDesktopPainter. glDepthFunc(DepthFunc func)voidNativeEmbeddedPainter. glDepthFunc(DepthFunc func)
-