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.
-
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