gnu.x11.image
Class XBM

java.lang.Object
  extended by gnu.x11.image.Image
      extended by gnu.x11.image.Bitmap
          extended by gnu.x11.image.XBM

public class XBM
extends Bitmap


Field Summary
 
Fields inherited from class gnu.x11.image.Bitmap
FORMAT, scanline_unit, 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
XBM(Display display, int width, int height, int[] xbm)
           
 
Method Summary
 
Methods inherited from class gnu.x11.image.Bitmap
set
 
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
 

Constructor Detail

XBM

public XBM(Display display,
           int width,
           int height,
           int[] xbm)