com.ibm.aglet.util
Interface ImageData
- All Known Implementing Classes:
- AgletImageData
- public interface ImageData
ImageData is a object to store the image.
- Version:
- 1.10 $Date: 2001/07/28 06:34:14 $
- Author:
- Mitsuru Oshima
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 |
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