gnu.x11
Class Display.ExtensionInfo

java.lang.Object
  extended by gnu.x11.Display.ExtensionInfo
Enclosing class:
Display

public static class Display.ExtensionInfo
extends java.lang.Object

Information about an X extension.

See Also:
.

Method Summary
 int first_error()
           
 int first_event()
           
 int major_opcode()
           
 boolean present()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

present

public boolean present()

major_opcode

public int major_opcode()

first_event

public int first_event()

first_error

public int first_error()