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) |