gnu.x11.image
Class Image
java.lang.Object
gnu.x11.image.Image
- Direct Known Subclasses:
- Bitmap, ZPixmap
public class Image
- extends java.lang.Object
Method Summary |
void |
init()
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LSB_FIRST
public static final int LSB_FIRST
- See Also:
- Constant Field Values
MSB_FIRST
public static final int MSB_FIRST
- See Also:
- Constant Field Values
LEAST_SIGNIFICANT
public static final int LEAST_SIGNIFICANT
- See Also:
- Constant Field Values
MOST_SIGNIFICANT
public static final int MOST_SIGNIFICANT
- See Also:
- Constant Field Values
data
public byte[] data
width
public int width
height
public int height
left_pad
public int left_pad
format
public int format
line_byte_count
public int line_byte_count
pixmap_format
public Pixmap.Format pixmap_format
Image
public Image()
Image
public Image(int width,
int height,
int format,
Pixmap.Format pixmap_format)
init
public void init()