gnu.x11.event
Class ConfigureNotify

java.lang.Object
  extended by gnu.x11.event.Event
      extended by gnu.x11.event.ConfigureNotify

public final class ConfigureNotify
extends Event

X configure notify event.


Field Summary
 int above_sibling_id
           
 int border_width
           
static int CODE
           
 int event_window_id
           
 int height
           
 boolean override_redirect
           
 int width
           
 int window_id
           
 int x
           
 int y
           
 
Fields inherited from class gnu.x11.event.Event
BUTTON_MOTION_MASK, BUTTON_PRESS_MASK, BUTTON_RELEASE_MASK, BUTTON1_MOTION_MASK, BUTTON2_MOTION_MASK, BUTTON3_MOTION_MASK, BUTTON4_MOTION_MASK, BUTTON5_MOTION_MASK, code, COLORMAP_CHANGE_MASK, detail, display, ENTER_WINDOW_MASK, EXPOSURE_MASK, FOCUS_CHANGE_MASK, KEY_PRESS_MASK, KEY_RELEASE_MASK, KEYMAP_STATE_MASK, LAST_MASK_INDEX, LEAVE_WINDOW_MASK, NO_EVENT_MASK, OWNER_GRAB_BUTTON_MASK, POINTER_MOTION_HINT_MASK, POINTER_MOTION_MASK, PROPERTY_CHANGE_MASK, RESIZE_REDIRECT_MASK, sequence_number, STRUCTURE_NOTIFY_MASK, SUBSTRUCTURE_NOTIFY_MASK, SUBSTRUCTURE_REDIRECT_MASK, VISIBILITY_CHANGE_MASK
 
Constructor Summary
ConfigureNotify(Display display, ResponseInputStream in)
          Reading.
 
Method Summary
 int above_sibling_id()
           
 int event_id()
           
 int height()
           
 Rectangle rectangle()
           
 int width()
           
 int x()
           
 int y()
           
 
Methods inherited from class gnu.x11.event.Event
code, seq_no, toString, write
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

CODE

public static final int CODE
See Also:
Constant Field Values

event_window_id

public int event_window_id

window_id

public int window_id

above_sibling_id

public int above_sibling_id

x

public int x

y

public int y

width

public int width

height

public int height

border_width

public int border_width

override_redirect

public boolean override_redirect
Constructor Detail

ConfigureNotify

public ConfigureNotify(Display display,
                       ResponseInputStream in)
Reading.

Method Detail

event_id

public int event_id()

above_sibling_id

public int above_sibling_id()

x

public int x()

y

public int y()

width

public int width()

height

public int height()

rectangle

public Rectangle rectangle()