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 PixelStorePixelStore. 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 voidEmulGLPainter. glPixelStore(PixelStore store, int param)voidIPainter. glPixelStore(PixelStore unpackAlignment, int param)voidNativeDesktopPainter. glPixelStore(PixelStore store, int param)voidNativeEmbeddedPainter. glPixelStore(PixelStore store, int param)
-