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.
|
Modifier and Type | Field and Description |
---|---|
private ResolutionUnit |
ImageWriterParams.resolutionUnit |
Modifier and Type | Field and Description |
---|---|
private static java.util.Map<java.lang.Integer,ResolutionUnit> |
ResolutionUnit.LOOKUP |
Modifier and Type | Method and Description |
---|---|
static ResolutionUnit |
ResolutionUnit.get(int value)
Reverse lookup by value.
|
ResolutionUnit |
ImageWriterParams.getResolutionUnit()
Returns the unit in which resolution values are given (ex.
|
static ResolutionUnit |
ResolutionUnit.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ResolutionUnit[] |
ResolutionUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ImageWriterParams.setResolutionUnit(ResolutionUnit resolutionUnit)
Sets the resolution unit of the image for calculating resolution.
|
Modifier and Type | Method and Description |
---|---|
private javax.imageio.metadata.IIOMetadataNode |
ImageIOTIFFImageWriter.createResolutionField(int number,
java.lang.String name,
java.lang.Integer resolution,
ResolutionUnit unit) |