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.
-
getImageProducer()
- Gets source of the image
-
writeTo(OutputStream)
- Writes the image data to the given output stream
getImageProducer
public abstract ImageProducer getImageProducer()
- Gets source of the image
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