|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.gnu.glib.Enum
org.gnu.gdk.Colorspace
Field Summary | |
static Colorspace |
RGB
|
Fields inherited from class org.gnu.glib.Enum |
value_ |
Method Summary | |
Colorspace |
and(Colorspace other)
|
static Colorspace |
intern(int value)
|
Colorspace |
or(Colorspace other)
|
boolean |
test(Colorspace other)
|
Colorspace |
xor(Colorspace other)
|
Methods inherited from class org.gnu.glib.Enum |
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final Colorspace RGB
Method Detail |
public static Colorspace intern(int value)
public Colorspace or(Colorspace other)
public Colorspace and(Colorspace other)
public Colorspace xor(Colorspace other)
public boolean test(Colorspace other)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |