Uses of Interface
org.apache.xmlgraphics.image.writer.MultiImageWriter
-
Packages that use MultiImageWriter Package Description org.apache.xmlgraphics.image.writer Abstraction layer with interfaces for writing bitmap images.org.apache.xmlgraphics.image.writer.imageio Implementations of ImageWriter using the ImageIO API.org.apache.xmlgraphics.image.writer.internal 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 MultiImageWriter Modifier and Type Method Description MultiImageWriter
AbstractImageWriter. createMultiImageWriter(java.io.OutputStream out)
MultiImageWriter
ImageWriter. createMultiImageWriter(java.io.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
Classes in org.apache.xmlgraphics.image.writer.imageio that implement MultiImageWriter Modifier and Type Class Description private class
ImageIOImageWriter.IIOMultiImageWriter
Methods in org.apache.xmlgraphics.image.writer.imageio that return MultiImageWriter Modifier and Type Method Description MultiImageWriter
ImageIOImageWriter. createMultiImageWriter(java.io.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
Classes in org.apache.xmlgraphics.image.writer.internal that implement MultiImageWriter Modifier and Type Class Description private class
TIFFImageWriter.TIFFMultiImageWriter
Methods in org.apache.xmlgraphics.image.writer.internal that return MultiImageWriter Modifier and Type Method Description MultiImageWriter
TIFFImageWriter. createMultiImageWriter(java.io.OutputStream out)
Creates a MultiImageWriter instance that lets you put multiple pages into a single file if the format supports it.
-