gnu.x11.image
Class PPM

java.lang.Object
  extended by gnu.x11.image.Image
      extended by gnu.x11.image.ZPixmap
          extended by gnu.x11.image.PPM

public class PPM
extends ZPixmap


Field Summary
 
Fields inherited from class gnu.x11.image.ZPixmap
FORMAT, image_byte_order, pixel_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
PPM(Display display, java.io.InputStream in)
           
 
Method Summary
 
Methods inherited from class gnu.x11.image.ZPixmap
set_blue, set_data, set_green, set_red, set, set, 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

PPM

public PPM(Display display,
           java.io.InputStream in)
    throws java.io.IOException
Throws:
java.io.IOException