All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface com.ibm.aglet.util.ImageData

public interface ImageData
ImageData is a object to store the image.


Method Index

 o getImageProducer()
Gets source of the image
 o writeTo(OutputStream)
Writes the image data to the given output stream

Methods

 o getImageProducer
 public abstract ImageProducer getImageProducer()
Gets source of the image

 o writeTo
 public abstract void writeTo(OutputStream out) throws IOException
Writes the image data to the given output stream


All Packages  Class Hierarchy  This Package  Previous  Next  Index