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