public abstract class AbstractImageWriter extends java.lang.Object implements ImageWriter
Constructor and Description |
---|
AbstractImageWriter() |
Modifier and Type | Method and Description |
---|---|
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() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getMIMEType, writeImage, writeImage
public MultiImageWriter createMultiImageWriter(java.io.OutputStream out) throws java.io.IOException
ImageWriter
createMultiImageWriter
in interface ImageWriter
out
- the OutputStream to write the image tojava.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()
Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.