Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
Enum
org.gnu.gdk.FillRule
public class FillRule
extends Enum
Field Summary | |
static FillRule |
|
static FillRule |
|
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.
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.