org.gnu.gdk
Class FillRule
java.lang.Object
org.gnu.glib.Enum
org.gnu.gdk.FillRule
public class FillRule
- extends org.gnu.glib.Enum
Field Summary |
static FillRule |
EVEN_ODD
Deprecated. Superceeded by java-gnome 4.0; this method or constant
will no doubt exist conceptually, but it may have a different
name or signature in order that the presented API is an
algorithmic mapping of the underlying native libraries. |
static FillRule |
WINDING
Deprecated. Superceeded by java-gnome 4.0; this method or constant
will no doubt exist conceptually, but it may have a different
name or signature in order that the presented API is an
algorithmic mapping of the underlying native libraries. |
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 |
EVEN_ODD
public static final FillRule EVEN_ODD
- Deprecated. Superceeded by java-gnome 4.0; this method or constant
will no doubt exist conceptually, but it may have a different
name or signature in order that the presented API is an
algorithmic mapping of the underlying native libraries.
- 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
- Deprecated. Superceeded by java-gnome 4.0; this method or constant
will no doubt exist conceptually, but it may have a different
name or signature in order that the presented API is an
algorithmic mapping of the underlying native libraries.
- overlapping areas are always included.
intern
public static FillRule intern(int value)
or
public FillRule or(FillRule other)
and
public FillRule and(FillRule other)
xor
public FillRule xor(FillRule other)
test
public boolean test(FillRule other)