gnu.x11
Class Screen
java.lang.Object
gnu.x11.Screen
public class Screen
- extends java.lang.Object
X Screen.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
display
public Display display
root_id
public int root_id
default_colormap_id
public int default_colormap_id
white_pixel
public int white_pixel
black_pixel
public int black_pixel
current_input_masks
public int current_input_masks
width
public int width
height
public int height
width_in_mm
public int width_in_mm
height_in_mm
public int height_in_mm
min_installed_maps
public int min_installed_maps
max_installed_maps
public int max_installed_maps
root_visual_id
public int root_visual_id
backing_stores
public int backing_stores
save_unders
public boolean save_unders
root_depth
public int root_depth
allowed_depths
public Depth[] allowed_depths
NEVER
public static final int NEVER
- See Also:
- Constant Field Values
WHEN_MAPPED
public static final int WHEN_MAPPED
- See Also:
- Constant Field Values
ALWAYS
public static final int ALWAYS
- See Also:
- Constant Field Values
BACKING_STORES_STRINGS
public static final java.lang.String[] BACKING_STORES_STRINGS
Screen
public Screen(Display display,
ResponseInputStream in)
default_gc
public GC default_gc()
- Shared, read-only resource in general.
root
public Window root()
root_visual_id
public int root_visual_id()
root_depth
public int root_depth()
default_colormap
public Colormap default_colormap()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object