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) |
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.
Draw using the stipple bitmap. Pixels corresponding to bits in the stipple bitmap that are set will be drawn in the foreground color; pixels corresponding to bits that are not set will be drawn with the background color.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.
Draw with the foreground color.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.
Draw using a stipple bitmap. Pixels corresponding to bits in the stipple bitmap that are set will be drawn in the foreground color; pixels corresponding to bits that are not set will be left untouched.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.
Draw with a tiled pixmap.