org.gnu.gdk
Class FillRule
java.lang.Object
org.gnu.glib.Enum
org.gnu.gdk.FillRule
- public class FillRule
- extends Enum
Fields inherited from class org.gnu.glib.Enum |
value_ |
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
EVEN_ODD
public static final FillRule EVEN_ODD
WINDING
public static final FillRule WINDING
intern
public static FillRule intern(int value)
or
public FillRule or(FillRule other)
and
public FillRule and(FillRule other)
xor
public FillRule xor(FillRule other)
test
public boolean test(FillRule other)