ImageEncoderImpl
, PNGImageEncoder
, TIFFImageEncoder
public interface ImageEncoder
This interface is not a committed part of the JAI API. It may be removed or changed in future releases of JAI.
Modifier and Type | Method | Description |
---|---|---|
void |
encode(java.awt.image.Raster ras,
java.awt.image.ColorModel cm) |
Encodes a Raster with a given ColorModel and writes the output
to the OutputStream associated with this ImageEncoder.
|
void |
encode(java.awt.image.RenderedImage im) |
Encodes a RenderedImage and writes the output to the
OutputStream associated with this ImageEncoder.
|
java.io.OutputStream |
getOutputStream() |
Returns the OutputStream associated with this ImageEncoder.
|
ImageEncodeParam |
getParam() |
Returns the current parameters as an instance of the
ImageEncodeParam interface.
|
void |
setParam(ImageEncodeParam param) |
Sets the current parameters to an instance of the
ImageEncodeParam interface.
|
ImageEncodeParam getParam()
void setParam(ImageEncodeParam param)
java.io.OutputStream getOutputStream()
void encode(java.awt.image.Raster ras, java.awt.image.ColorModel cm) throws java.io.IOException
java.io.IOException
void encode(java.awt.image.RenderedImage im) throws java.io.IOException
java.io.IOException
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.