|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.gnu.glib.Enum | +--org.gnu.gdk.Colorspace
Field Summary | |
static Colorspace |
RGB
|
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 |
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)
|
Please send any bug reports, comments, or suggestions for the API or documentation to java-gnome-developer@lists.sf.net | ||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |