Uses of Enum
org.jzy3d.painters.PixelStore
-
Uses of PixelStore in org.jzy3d.painters
Modifier and TypeMethodDescriptionstatic PixelStore
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.Modifier and TypeMethodDescriptionvoid
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)