java.lang.Object
org.gnu.glib.Enum
org.gnu.gdk.FillRule
public class FillRule
extends Enum
static FillRule
EVEN_ODD
WINDING
value_
FillRule
and(FillRule other)
intern(int value)
or(FillRule other)
boolean
test(FillRule other)
xor(FillRule other)
equals
getValue
hashCode
public static final FillRule EVEN_ODD
public static final FillRule WINDING
public FillRule and(FillRule other)
public static FillRule intern(int value)
public FillRule or(FillRule other)
public boolean test(FillRule other)
public FillRule xor(FillRule other)