程序包 | 说明 |
---|---|
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.
|
限定符和类型 | 方法和说明 |
---|---|
MultiImageWriter |
AbstractImageWriter.createMultiImageWriter(OutputStream out) |
MultiImageWriter |
ImageWriter.createMultiImageWriter(OutputStream out)
Creates a MultiImageWriter instance that lets you put multiple pages into a single file
if the format supports it.
|
限定符和类型 | 方法和说明 |
---|---|
MultiImageWriter |
ImageIOImageWriter.createMultiImageWriter(OutputStream out)
Creates a MultiImageWriter instance that lets you put multiple pages into a single file
if the format supports it.
|
限定符和类型 | 方法和说明 |
---|---|
MultiImageWriter |
TIFFImageWriter.createMultiImageWriter(OutputStream out)
Creates a MultiImageWriter instance that lets you put multiple pages into a single file
if the format supports it.
|
Copyright 1999-2016 The Apache Software Foundation. All Rights Reserved.