Uses of Enum Class
org.apache.xmlgraphics.image.writer.ResolutionUnit
Packages that use ResolutionUnit
Package
Description
Abstraction layer with interfaces for writing bitmap images.
-
Uses of ResolutionUnit in org.apache.xmlgraphics.image.writer
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.