gnu.x11
Class Visual
java.lang.Object
gnu.x11.Visual
public class Visual
- extends java.lang.Object
X visual.
Method Summary |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
COPY_FROM_PARENT
public static final Visual COPY_FROM_PARENT
id
public int id
visual_class
public int visual_class
bits_per_rgb_value
public int bits_per_rgb_value
colormap_entries
public int colormap_entries
red_mask
public int red_mask
green_mask
public int green_mask
blue_mask
public int blue_mask
STATIC_GRAY
public static final int STATIC_GRAY
- See Also:
- Constant Field Values
GRAY_SCALE
public static final int GRAY_SCALE
- See Also:
- Constant Field Values
STATIC_COLOR
public static final int STATIC_COLOR
- See Also:
- Constant Field Values
PSEUDO_COLOR
public static final int PSEUDO_COLOR
- See Also:
- Constant Field Values
TRUE_COLOR
public static final int TRUE_COLOR
- See Also:
- Constant Field Values
DIRECT_COLOR
public static final int DIRECT_COLOR
- See Also:
- Constant Field Values
CLASS_STRINGS
public static final java.lang.String[] CLASS_STRINGS
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object