org.gnu.gdk

Class FillRule


public class FillRule
extends Enum

END OF GENERATED CODE

Field Summary

static FillRule
EVEN_ODD
static FillRule
WINDING

Fields inherited from class org.gnu.glib.Enum

value_

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

Field Details

EVEN_ODD

public static final FillRule EVEN_ODD


WINDING

public static final FillRule WINDING

Method Details

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)