Class TIFFImageWriter.TIFFMultiImageWriter
java.lang.Object
org.apache.xmlgraphics.image.writer.internal.TIFFImageWriter.TIFFMultiImageWriter
- All Implemented Interfaces:
MultiImageWriter
- Enclosing class:
TIFFImageWriter
- Version:
- $Id$
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate Objectprivate TIFFEncodeParamprivate TIFFImageEncoderprivate OutputStream -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidclose()voidwriteImage(RenderedImage image, ImageWriterParams params) Encodes an image and writes it to the image file.
-
Field Details
-
out
-
encodeParams
-
encoder
-
context
-
-
Constructor Details
-
TIFFMultiImageWriter
- Throws:
IOException
-
-
Method Details
-
writeImage
Description copied from interface:MultiImageWriterEncodes an image and writes it to the image file.- Specified by:
writeImagein interfaceMultiImageWriter- Parameters:
image- the image to be encodedparams- a parameters object to customize the encoding.- Throws:
IOException- In case of an /IO problem
-
close
- Specified by:
closein interfaceMultiImageWriter- Throws:
IOException
-