org.gnu.gdk
public class Fill extends Enum
| Field Summary | |
|---|---|
| static Fill | OPAQUE_STIPPLED
Draw using the stipple bitmap. |
| static Fill | SOLID
Draw with the foreground color. |
| static Fill | STIPPLED
Draw using a stipple bitmap. |
| static Fill | TILED
Draw with a tiled pixmap. |
| Method Summary | |
|---|---|
| Fill | and(Fill other) |
| static Fill | intern(int value) |
| Fill | or(Fill other) |
| boolean | test(Fill other) |
| Fill | xor(Fill other) |