org.freedesktop.cairo

Class FillRule

public class FillRule extends Enum

Field Summary
static FillRuleEVEN_ODD
static FillRuleWINDING
Method Summary
static FillRuleintern(int value)
booleantest(FillRule other)

Field Detail

EVEN_ODD

public static final FillRule EVEN_ODD

WINDING

public static final FillRule WINDING

Method Detail

intern

public static FillRule intern(int value)

test

public boolean test(FillRule other)