Uses of Class
org.jzy3d.painters.ListMode
-
Packages that use ListMode Package Description org.jzy3d.painters -
-
Uses of ListMode in org.jzy3d.painters
Methods in org.jzy3d.painters that return ListMode Modifier and Type Method Description static ListMode
ListMode. valueOf(String name)
Returns the enum constant of this type with the specified name.static ListMode[]
ListMode. 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 ListMode Modifier and Type Method Description void
EmulGLPainter. glNewList(int list, ListMode mode)
void
IPainter. glNewList(int list, ListMode compile)
void
NativeDesktopPainter. glNewList(int list, ListMode mode)
void
NativeEmbeddedPainter. glNewList(int list, ListMode mode)
-