Uses of Class
gnu.x11.Atom

Packages that use Atom
gnu.x11 Provide X protocols. 
gnu.x11.event Provide X core events. 
gnu.x11.extension.render Provide X Rendering Extension. 
 

Uses of Atom in gnu.x11
 

Fields in gnu.x11 declared as Atom
static Atom Atom.ANY_PROPERTY_TYPE
           
static Atom Atom.ARC
           
static Atom Atom.ATOM
           
static Atom Atom.BITMAP
           
static Atom Atom.CAP_HEIGHT
           
static Atom Atom.CARDINAL
           
static Atom Atom.COLORMAP
           
static Atom Atom.COPYRIGHT
           
static Atom Atom.CURSOR
           
static Atom Atom.CUT_BUFFER0
           
static Atom Atom.CUT_BUFFER1
           
static Atom Atom.CUT_BUFFER2
           
static Atom Atom.CUT_BUFFER3
           
static Atom Atom.CUT_BUFFER4
           
static Atom Atom.CUT_BUFFER5
           
static Atom Atom.CUT_BUFFER6
           
static Atom Atom.CUT_BUFFER7
           
static Atom Atom.DRAWABLE
           
static Atom Atom.END_SPACE
           
static Atom Atom.FAMILY_NAME
           
static Atom Atom.FONT
           
static Atom Atom.FONT_NAME
           
static Atom Atom.FULL_NAME
           
static Atom Atom.INTEGER
           
static Atom Atom.ITALIC_ANGLE
           
static Atom Atom.MAX_SPACE
           
static Atom Atom.MIN_SPACE
           
static Atom Atom.NONE
          Predefined atoms.
static Atom Atom.NORM_SPACE
           
static Atom Atom.NOTICE
           
static Atom Atom.PIXMAP
           
static Atom Atom.POINT
           
static Atom Atom.POINT_SIZE
           
static Atom Atom.PRIMARY
           
static Atom Atom.QUAD_WIDTH
           
static Atom Atom.RECTANGLE
           
static Atom Atom.RESOLUTION
           
static Atom Atom.RESOURCE_MANAGER
           
static Atom Atom.RGB_BEST_MAP
           
static Atom Atom.RGB_BLUE_MAP
           
static Atom Atom.RGB_COLOR_MAP
           
static Atom Atom.RGB_DEFAULT_MAP
           
static Atom Atom.RGB_GRAY_MAP
           
static Atom Atom.RGB_GREEN_MAP
           
static Atom Atom.RGB_RED_MAP
           
static Atom Atom.SECONDARY
           
static Atom Atom.STRIKEOUT_ASCENT
           
static Atom Atom.STRIKEOUT_DESCENT
           
static Atom Atom.STRING
           
static Atom Atom.SUBSCRIPT_X
           
static Atom Atom.SUBSCRIPT_Y
           
static Atom Atom.SUPERSCRIPT_X
           
static Atom Atom.SUPERSCRIPT_Y
           
static Atom Atom.UNDERLINE_POSITION
           
static Atom Atom.UNDERLINE_THICKNESS
           
static Atom Atom.VISUALID
           
static Atom Atom.WEIGHT
           
static Atom Atom.WINDOW
           
static Atom Atom.WM_CLASS
           
static Atom Atom.WM_CLIENT_MACHINE
           
static Atom Atom.WM_COMMAND
           
static Atom Atom.WM_HINTS
           
static Atom Atom.WM_ICON_NAME
           
static Atom Atom.WM_ICON_SIZE
           
static Atom Atom.WM_NAME
           
static Atom Atom.WM_NORMAL_HINTS
           
static Atom Atom.WM_SIZE_HINTS
           
static Atom Atom.WM_TRANSIENT_FOR
           
static Atom Atom.WM_ZOOM_HINTS
           
static Atom Atom.X_HEIGHT
           
 

Methods in gnu.x11 with parameters of type Atom
 void Window.change_property(Atom property, Atom type, int data)
           
 void Window.change_property(int mode, int n, Atom property, Atom type, int format, java.lang.Object data, int offset, int data_format)
          Extra parameters (offset and data_format) are used to support Data class as parameter for writing.
 void Window.convert_selection(Atom selection, Atom target, Atom property, int time)
           
 void Window.delete_property(Atom property)
           
 Window.PropertyReply Window.property(boolean delete, Atom property, Atom type, int offset, int length)
           
 void Window.rotate_properties(Atom[] properties, int delta)
           
 Window Display.selection_owner(Atom selection)
           
 void Window.set_selection_owner(Atom selection, int time)
           
 

Uses of Atom in gnu.x11.event
 

Methods in gnu.x11.event that return Atom
 Atom PropertyNotify.atom(Display display)
           
 Atom ClientMessage.type()
           
 

Methods in gnu.x11.event with parameters of type Atom
 void ClientMessage.set_type(Atom atom)
           
 

Uses of Atom in gnu.x11.extension.render
 

Methods in gnu.x11.extension.render with parameters of type Atom
 void Picture.Attributes.set_dither(Atom a)