Package gnu.x11

Provide X protocols.

See:
          Description

Class Summary
Application X application.
Arc Arc in geometry.
Atom X atom.
Color X color.
Colormap X colormap.
Colormap.ColorCellsReply Reply of Colormap.alloc_color_cells(boolean, int, int).
Connection Low-level network input/output with X server.
Cursor X cursor.
Data Efficient storage of byte array.
Depth X depth.
Display X server connection.
Display.ExtensionReply Reply of Display.extension(String).
Display.HostsReply Reply of Display.hosts().
Display.Name X display name.
Display.ScreenSaverReply Reply of Display.screen_saver().
Drawable X drawable.
Enum Iteration over an array of byte data.
Font X font.
Fontable X fontable.
Fontable.FontReply Reply of Fontable.info().
Fontable.TextExtentReply Reply of Fontable.text_extent(String).
GC X graphics context.
GC.Values X GC values.
Input X keyboard and pointer.
Input.InputFocusReply Reply of Input.input_focus()
Input.KeyboardControl X keyboard control.
Input.KeyboardControlReply Reply of Input.keyboard_control()
Input.PointerControlReply Reply of Input.pointer_control().
MessageFactory Build X Error, X Event, and X Reply from input stream.
Option X Option.
Pixmap X pixmap.
Pixmap.Format X pixmap format.
Point Point in geometry.
Rectangle Position and size in geometry.
Request Request to X server.
Request.Poly Aggregate poly drawing requests.
Request.Poly.Arc Aggregate poly arc requests.
Request.Poly.Dot Aggregate poly dot requests.
Request.Poly.Fill Aggregate fill poly requests.
Request.Poly.Rectangle Aggregate poly rectangle requests.
Request.Poly.Segment Aggregate poly segment requests.
Request.ValueList Aggregate value list requests.
Resource X ID resource.
RGB X RGB.
Screen X Screen.
Segment Line segment in geometry.
Size Width and height in geometry.
Text Text item for drawing text to X server.
ValueList X value list.
Visual X visual.
Window X window.
Window.Attributes X window attributes.
Window.AttributesReply Reply of Window.attributes().
Window.Changes X window changes.
Window.CoordinateReply Reply of Window.translate_coordinates(Window, int, int).
Window.GeometryReply Reply of Window.geometry().
Window.MotionEventsReply Reply of Window.motion_events(int, int).
Window.PointerReply Reply of Window.pointer().
Window.PropertyReply Reply of Window.property(boolean, Atom, Atom, int, int).
Window.TreeReply Reply of Window.tree().
Window.WMClassHint X window manager class hint.
Window.WMHints X window manager hints.
Window.WMSizeHints X window manager size hints.
Window.WMState X window manager state.
XAuthority A utility class to work with Xauthority files.
 

Error Summary
Error X server core error.
 

Package gnu.x11 Description

Provide X protocols. The specification can be found in the following:

Resources

Help Needed

Credit

I came up with the idea of Java X11 library without knowing Boukanov's or O'Neil's works. However, during the middle of development, I discovered their presences and started using their codes as my reference. Needless to say, I read between lines of all codes in C xlib by X Consortium.