gnu.x11
Class Depth

java.lang.Object
  extended by gnu.x11.Depth

public class Depth
extends java.lang.Object

X depth.


Field Summary
 int depth
           
 Visual[] visual_types
           
 
Constructor Summary
Depth(ResponseInputStream in)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

depth

public int depth

visual_types

public Visual[] visual_types
Constructor Detail

Depth

public Depth(ResponseInputStream in)
Method Detail

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object