|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ImageEncoder
Interface for classes which encode images.
Method Summary | |
---|---|
void |
encodeImage(java.awt.Image image,
java.io.OutputStream out)
Encodes the image to the specified output stream. |
Method Detail |
---|
void encodeImage(java.awt.Image image, java.io.OutputStream out) throws java.io.IOException
=-=ags Should probably throw something in addition to IOException to handle other problems
image
- The image to encodeout
- The output stream to which the image should be encoded
java.io.IOException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |