gnu.x11.image
Class Image

java.lang.Object
  extended by gnu.x11.image.Image
Direct Known Subclasses:
Bitmap, ZPixmap

public class Image
extends java.lang.Object


Field Summary
 byte[] data
           
 int format
           
 int height
           
static int LEAST_SIGNIFICANT
           
 int left_pad
           
 int line_byte_count
           
static int LSB_FIRST
           
static int MOST_SIGNIFICANT
           
static int MSB_FIRST
           
 Pixmap.Format pixmap_format
           
 int width
           
 
Constructor Summary
Image()
           
Image(int width, int height, int format, Pixmap.Format pixmap_format)
           
 
Method Summary
 void init()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

Image

public Image()

Image

public Image(int width,
             int height,
             int format,
             Pixmap.Format pixmap_format)
Method Detail

init

public void init()