gnu.x11
Class Pixmap.Format

java.lang.Object
  extended by gnu.x11.Pixmap.Format
Enclosing class:
Pixmap

public static class Pixmap.Format
extends java.lang.Object

X pixmap format.


Field Summary
 int bits_per_pixel
           
 int depth
           
 int scanline_pad
           
 
Constructor Summary
Pixmap.Format(ResponseInputStream in)
          Creates a new instance by reading the data from the X server connection.
 
Method Summary
 int bits_per_pixel()
           
 int scanline_pad()
           
 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

bits_per_pixel

public int bits_per_pixel

scanline_pad

public int scanline_pad
Constructor Detail

Pixmap.Format

public Pixmap.Format(ResponseInputStream in)
Creates a new instance by reading the data from the X server connection.

Parameters:
in - the input stream to read from
Method Detail

bits_per_pixel

public int bits_per_pixel()

scanline_pad

public int scanline_pad()

toString

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