com.ibm.aglet.util
Interface ImageData


public interface ImageData

ImageData is a object to store the image.


Method Summary
 java.awt.image.ImageProducer getImageProducer()
          Gets source of the image
 void writeTo(java.io.OutputStream out)
          Writes the image data to the given output stream
 

Method Detail

getImageProducer

public java.awt.image.ImageProducer getImageProducer()
Gets source of the image

writeTo

public void writeTo(java.io.OutputStream out)
             throws java.io.IOException
Writes the image data to the given output stream