gnu.x11.image
Class Bitmap

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

public class Bitmap
extends Image


Field Summary
static int FORMAT
           
 int scanline_unit
           
 int unit_byte_count
           
 
Fields inherited from class gnu.x11.image.Image
data, format, height, LEAST_SIGNIFICANT, left_pad, line_byte_count, LSB_FIRST, MOST_SIGNIFICANT, MSB_FIRST, pixmap_format, width
 
Constructor Summary
Bitmap(Display display, int width, int height)
           
 
Method Summary
 void set(int x, int y)
           
 
Methods inherited from class gnu.x11.image.Image
init
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FORMAT

public static final int FORMAT
See Also:
Constant Field Values

unit_byte_count

public int unit_byte_count

scanline_unit

public int scanline_unit
Constructor Detail

Bitmap

public Bitmap(Display display,
              int width,
              int height)
Method Detail

set

public void set(int x,
                int y)