public interface PsImageCoderIf
Modifier and Type | Method and Description |
---|---|
void |
encode()
Performs the encoding of the image and write to output stream.
|
void |
setImage(java.awt.Image image)
Set the image which will be encode in the given format.
|
void |
setOutputStream(java.io.OutputStream out)
Set output stream to which the image is encoded.
|
void encode()
void setImage(java.awt.Image image)
void setOutputStream(java.io.OutputStream out)
"