gnu.x11.extension
Class DBE.BackBuffer

java.lang.Object
  extended by gnu.x11.Resource
      extended by gnu.x11.Drawable
          extended by gnu.x11.extension.DBE.BackBuffer
Enclosing class:
DBE

public class DBE.BackBuffer
extends Drawable


Nested Class Summary
 
Nested classes/interfaces inherited from class gnu.x11.Drawable
Drawable.GeometryInfo
 
Field Summary
 Window window
           
 
Fields inherited from class gnu.x11.Drawable
COMPLEX, CONVEX, CURSOR, height, NONCONVEX, ORIGIN, PREVIOUS, STIPPLE, TILE, width
 
Fields inherited from class gnu.x11.Resource
display, id
 
Constructor Summary
DBE.BackBuffer(Window window, int swap_action_hint)
           
 
Method Summary
 Window attributes()
           
 void deallocate()
           
 void swap(int action)
          DBE#swap(Window, int)
 
Methods inherited from class gnu.x11.Drawable
arc, best_size, copy_area, copy_plane, fill_arc, fill_poly, fill_poly, fill_rectangle, get_geometry, image_text, image_text16, image, line, point, poly_arc, poly_fill_arc, poly_line, poly_line, poly_line, poly_point, poly_point, poly_rectangle, poly_segment, poly_text, poly_text16, put_image, put_small_image, rectangle, rectangle, segment, text, text16, text8
 
Methods inherited from class gnu.x11.Resource
id, unintern
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

window

public Window window
Constructor Detail

DBE.BackBuffer

public DBE.BackBuffer(Window window,
                      int swap_action_hint)
Parameters:
swap_action_hint - valid: DBE.UNDEFINED DBE.BACKGROUND DBE.UNTOUCHED DBE.COPIED
Method Detail

deallocate

public void deallocate()
See Also:
XdbeDeallocateBackBufferName

attributes

public Window attributes()
See Also:
XdbeGetBackBufferAttributes

swap

public void swap(int action)
DBE#swap(Window, int)