Uses of Enum Class
org.apache.xmlgraphics.image.writer.ResolutionUnit
Packages that use ResolutionUnit
Package
Description
Abstraction layer with interfaces for writing bitmap images.
Implementations of ImageWriter using the ImageIO API.
-
Uses of ResolutionUnit in org.apache.xmlgraphics.image.writer
Fields in org.apache.xmlgraphics.image.writer declared as ResolutionUnitFields in org.apache.xmlgraphics.image.writer with type parameters of type ResolutionUnitModifier and TypeFieldDescriptionprivate static final Map
<Integer, ResolutionUnit> ResolutionUnit.LOOKUP
Methods in org.apache.xmlgraphics.image.writer that return ResolutionUnitModifier and TypeMethodDescriptionstatic ResolutionUnit
ResolutionUnit.get
(int value) Reverse lookup by value.ImageWriterParams.getResolutionUnit()
Returns the unit in which resolution values are given (ex.static ResolutionUnit
Returns the enum constant of this class with the specified name.static ResolutionUnit[]
ResolutionUnit.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.apache.xmlgraphics.image.writer with parameters of type ResolutionUnitModifier and TypeMethodDescriptionvoid
ImageWriterParams.setResolutionUnit
(ResolutionUnit resolutionUnit) Sets the resolution unit of the image for calculating resolution. -
Uses of ResolutionUnit in org.apache.xmlgraphics.image.writer.imageio
Methods in org.apache.xmlgraphics.image.writer.imageio with parameters of type ResolutionUnitModifier and TypeMethodDescriptionprivate IIOMetadataNode
ImageIOTIFFImageWriter.createResolutionField
(int number, String name, Integer resolution, ResolutionUnit unit)