gnu.x11.extension.glx
Class PbufferClobberEvent

java.lang.Object
  extended by gnu.x11.event.Event
      extended by gnu.x11.extension.glx.PbufferClobberEvent

public class PbufferClobberEvent
extends Event

GLX pbuffer clobber event.


Field Summary
static int code
           
static int DAMAGED
           
static int PBUFFER
           
static int SAVED
           
static int WINDOW
           
 
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, 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
PbufferClobberEvent(Display display, ResponseInputStream i)
           
 
Method Summary
 int aux_buffer()
           
 int buffer_mask()
           
 int count()
           
 int drawable_id()
           
 int drawable_type()
           
 int event_type()
           
 int height()
           
 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

DAMAGED

public static final int DAMAGED
See Also:
Constant Field Values

SAVED

public static final int SAVED
See Also:
Constant Field Values

WINDOW

public static final int WINDOW
See Also:
Constant Field Values

PBUFFER

public static final int PBUFFER
See Also:
Constant Field Values
Constructor Detail

PbufferClobberEvent

public PbufferClobberEvent(Display display,
                           ResponseInputStream i)
Method Detail

drawable_id

public int drawable_id()

buffer_mask

public int buffer_mask()

aux_buffer

public int aux_buffer()

x

public int x()

y

public int y()

width

public int width()

height

public int height()

count

public int count()

event_type

public int event_type()
Returns:
valid: DAMAGED, SAVED

drawable_type

public int drawable_type()
Returns:
valid: WINDOW, PBUFFER