org.gnu.gdk
Class VisualType
java.lang.Object
org.gnu.glib.Enum
org.gnu.gdk.VisualType
public class VisualType
- extends org.gnu.glib.Enum
Methods inherited from class org.gnu.glib.Enum |
equals, getValue, hashCode |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
STATIC_GRAY
public static final VisualType STATIC_GRAY
GRAYSCALE
public static final VisualType GRAYSCALE
STATIC_COLOR
public static final VisualType STATIC_COLOR
PSEUDO_COLOR
public static final VisualType PSEUDO_COLOR
TRUE_COLOR
public static final VisualType TRUE_COLOR
DIRECT_COLOR
public static final VisualType DIRECT_COLOR
getVisualType
public static VisualType getVisualType(int type)
- 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.
intern
public static VisualType intern(int value)
or
public VisualType or(VisualType other)
and
public VisualType and(VisualType other)
xor
public VisualType xor(VisualType other)
test
public boolean test(VisualType other)