org.gnu.gdk
public class VisualType extends Enum
Field Summary | |
---|---|
static VisualType | DIRECT_COLOR |
static VisualType | GRAYSCALE |
static VisualType | PSEUDO_COLOR |
static VisualType | STATIC_COLOR |
static VisualType | STATIC_GRAY |
static VisualType | TRUE_COLOR |
Method Summary | |
---|---|
VisualType | and(VisualType other) |
static VisualType | getVisualType(int type)
Builds a VisualType. |
static VisualType | intern(int value) |
VisualType | or(VisualType other) |
boolean | test(VisualType other) |
VisualType | xor(VisualType 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.
Builds a VisualType.