|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object gnu.x11.Pixmap.Format
public static class Pixmap.Format
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 |
---|
public int depth
public int bits_per_pixel
public int scanline_pad
Constructor Detail |
---|
public Pixmap.Format(ResponseInputStream in)
in
- the input stream to read fromMethod Detail |
---|
public int bits_per_pixel()
public int scanline_pad()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |