|
java-gnome version 4.1.1 | ||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||
Objectorg.freedesktop.bindings.Constant
org.freedesktop.cairo.FillRule
public class FillRule
The rule governing how fill() works.
| Field Summary | |
|---|---|
static FillRule |
EVEN_ODD
Counts number of intersections; if odd then the region will be filled. |
static FillRule |
WINDING
Counts path crossings; if it crosses left it subtracts one, if it crosses right it adds one. |
| Method Summary |
|---|
| Methods inherited from class org.freedesktop.bindings.Constant |
|---|
toString |
| Methods inherited from class Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final FillRule EVEN_ODD
public static final FillRule WINDING
|
![]() java-gnome |
||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||