org.gnu.gdk
public class FillRule extends Enum
Field Summary | |
---|---|
static FillRule | EVEN_ODD
areas which are overlapped an odd number of times are included in the
region, while areas overlapped an even number of times are not. |
static FillRule | WINDING
overlapping areas are always included. |
Method Summary | |
---|---|
FillRule | and(FillRule other) |
static FillRule | intern(int value) |
FillRule | or(FillRule other) |
boolean | test(FillRule other) |
FillRule | xor(FillRule other) |
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.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.