gnu.gcj.xlib

Class Display


public class Display
extends Object

A connection to an X11 display.

Constructor Summary

Display()

Method Summary

protected void
addXID(int xid, XID window)
protected void
finalize()
void
flush()
int
getAtom(String name)
String
getAtomName(int atom)
Window
getDefaultRootWindow()
Screen
getDefaultScreen()
int
getDefaultScreenNumber()
Window
getWindow(int xid)
XID
getXID(int xid)
protected void
removeXID(int xid)

Methods inherited from class java.lang.Object

clone, equals, extends Object> getClass, finalize, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Details

Display

public Display()

Method Details

addXID

protected final void addXID(int xid,
                            XID window)

finalize

protected void finalize()
Overrides:
finalize in interface Object

flush

public void flush()

getAtom

public final int getAtom(String name)

getAtomName

public final String getAtomName(int atom)

getDefaultRootWindow

public final Window getDefaultRootWindow()

getDefaultScreen

public final Screen getDefaultScreen()

getDefaultScreenNumber

public final int getDefaultScreenNumber()

getWindow

public final Window getWindow(int xid)

getXID

public final XID getXID(int xid)

removeXID

protected final void removeXID(int xid)

Copyright (C) 1999, 2000 Free Software Foundation This file is part of libgcj. This software is copyrighted work licensed under the terms of the Libgcj License. Please consult the file "LIBGCJ_LICENSE" for details.