| org.apache.xmlgraphics.image.writer.MultiImageWriter
MultiImageWriter | public interface MultiImageWriter (Code) | | Interface which allows writing multiple images into one image file if the output format
supports this feature.
version: $Id$ |
writeImage | public void writeImage(RenderedImage image, ImageWriterParams params) throws IOException(Code) | | Encodes an image and writes it to the image file.
Parameters: image - the image to be encoded Parameters: params - a parameters object to customize the encoding. throws: IOException - In case of an /IO problem |
|
|