org.freedesktop.cairo
Class FillRule

java.lang.Object
  extended byorg.gnu.glib.Enum
      extended byorg.freedesktop.cairo.FillRule

public class FillRule
extends org.gnu.glib.Enum


Field Summary
static FillRule EVEN_ODD
           
static FillRule WINDING
           
 
Method Summary
static FillRule intern(int value)
           
 boolean test(FillRule other)
           
 
Methods inherited from class org.gnu.glib.Enum
equals, getValue, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

WINDING

public static final FillRule WINDING

EVEN_ODD

public static final FillRule EVEN_ODD
Method Detail

intern

public static FillRule intern(int value)

test

public boolean test(FillRule other)