Uses of Interface
org.apache.xmlgraphics.image.writer.MultiImageWriter
Packages that use MultiImageWriter
Package
Description
Abstraction layer with interfaces for writing bitmap images.
Implementations of ImageWriter using the ImageIO API.
Implementations of ImageWriter using Commons' own image codecs.
-
Uses of MultiImageWriter in org.apache.xmlgraphics.image.writer
Methods in org.apache.xmlgraphics.image.writer that return MultiImageWriterModifier and TypeMethodDescriptionAbstractImageWriter.createMultiImageWriter
(OutputStream out) ImageWriter.createMultiImageWriter
(OutputStream out) Creates a MultiImageWriter instance that lets you put multiple pages into a single file if the format supports it. -
Uses of MultiImageWriter in org.apache.xmlgraphics.image.writer.imageio
Methods in org.apache.xmlgraphics.image.writer.imageio that return MultiImageWriterModifier and TypeMethodDescriptionImageIOImageWriter.createMultiImageWriter
(OutputStream out) Creates a MultiImageWriter instance that lets you put multiple pages into a single file if the format supports it. -
Uses of MultiImageWriter in org.apache.xmlgraphics.image.writer.internal
Methods in org.apache.xmlgraphics.image.writer.internal that return MultiImageWriterModifier and TypeMethodDescriptionTIFFImageWriter.createMultiImageWriter
(OutputStream out) Creates a MultiImageWriter instance that lets you put multiple pages into a single file if the format supports it.