Interface aglet.ImageData
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Interface aglet.ImageData

public interface ImageData
extends Object
ImageData is a object to store the image. This will be removed in the future release.

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