public abstract class AbstractImageWriter extends Object implements ImageWriter
构造器和说明 |
---|
AbstractImageWriter() |
限定符和类型 | 方法和说明 |
---|---|
MultiImageWriter |
createMultiImageWriter(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(OutputStream out) throws IOException
ImageWriter
createMultiImageWriter
在接口中 ImageWriter
out
- the OutputStream to write the image toIOException
- In case of an /IO problemImageWriter.createMultiImageWriter(
java.io.OutputStream)
public boolean isFunctional()
isFunctional
在接口中 ImageWriter
ImageWriter.isFunctional()
public boolean supportsMultiImageWriter()
supportsMultiImageWriter
在接口中 ImageWriter
ImageWriter.supportsMultiImageWriter()
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.