|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
The ImageEncoder
interface specifies an object that
can encode image data to an output stream. It also indicates what
MIME content type is encoded.
An implementation of this class should provide a public constructor with no arguments, so that the encoder can be serialized.
Method Summary | |
void |
encode(java.awt.Image image,
java.io.OutputStream out)
|
java.lang.String |
getContentType()
|
Method Detail |
public void encode(java.awt.Image image, java.io.OutputStream out) throws java.io.IOException
java.io.IOException
public java.lang.String getContentType()
|
EchoPoint 1.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |