|
|||||||||||
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.FillRule
Field Summary | |
static FillRule |
EVEN_ODD
|
static FillRule |
WINDING
|
Method Summary | |
FillRule |
and(FillRule other)
|
static FillRule |
intern(int value)
|
FillRule |
or(FillRule other)
|
boolean |
test(FillRule other)
|
FillRule |
xor(FillRule 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 FillRule EVEN_ODD
public static final FillRule WINDING
Method Detail |
public static FillRule intern(int value)
public FillRule or(FillRule other)
public FillRule and(FillRule other)
public FillRule xor(FillRule other)
public boolean test(FillRule 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 |