|
xmlgraphics-commons 1.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.xmlgraphics.image.writer.AbstractImageWriter
public abstract class AbstractImageWriter
Abstract base class for ImageWriter implementations.
Constructor Summary | |
---|---|
AbstractImageWriter()
|
Method Summary | |
---|---|
MultiImageWriter |
createMultiImageWriter(java.io.OutputStream out)
Creates a MultiImageWriter instance that lets you put multiple pages into a single file if the format supports it. |
boolean |
isFunctional()
|
boolean |
supportsMultiImageWriter()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.apache.xmlgraphics.image.writer.ImageWriter |
---|
getMIMEType, writeImage, writeImage |
Constructor Detail |
---|
public AbstractImageWriter()
Method Detail |
---|
public MultiImageWriter createMultiImageWriter(java.io.OutputStream out) throws java.io.IOException
ImageWriter
createMultiImageWriter
in interface ImageWriter
out
- the OutputStream to write the image to
java.io.IOException
- In case of an /IO problemImageWriter.createMultiImageWriter(
java.io.OutputStream)
public boolean isFunctional()
isFunctional
in interface ImageWriter
ImageWriter.isFunctional()
public boolean supportsMultiImageWriter()
supportsMultiImageWriter
in interface ImageWriter
ImageWriter.supportsMultiImageWriter()
|
xmlgraphics-commons 1.3 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |