org.gnu.gdk
Class RgbDither
java.lang.Object
org.gnu.glib.Enum
org.gnu.gdk.RgbDither
public class RgbDither
- extends org.gnu.glib.Enum
Methods inherited from class org.gnu.glib.Enum |
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
NONE
public static final RgbDither NONE
NORMAL
public static final RgbDither NORMAL
MAX
public static final RgbDither MAX
intern
public static RgbDither intern(int value)
or
public RgbDither or(RgbDither other)
and
public RgbDither and(RgbDither other)
xor
public RgbDither xor(RgbDither other)
test
public boolean test(RgbDither other)