org.gnu.gdk

Class FillRule

public class FillRule extends Enum

Field Summary
static FillRuleEVEN_ODD
areas which are overlapped an odd number of times are included in the region, while areas overlapped an even number of times are not.
static FillRuleWINDING
overlapping areas are always included.
Method Summary
FillRuleand(FillRule other)
static FillRuleintern(int value)
FillRuleor(FillRule other)
booleantest(FillRule other)
FillRulexor(FillRule other)

Field Detail

EVEN_ODD

public static final FillRule EVEN_ODD
areas which are overlapped an odd number of times are included in the region, while areas overlapped an even number of times are not.

WINDING

public static final FillRule WINDING
overlapping areas are always included.

Method Detail

and

public FillRule and(FillRule other)

intern

public static FillRule intern(int value)

or

public FillRule or(FillRule other)

test

public boolean test(FillRule other)

xor

public FillRule xor(FillRule other)