Uses of Enum
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
Subclasses with type arguments of type ResolutionUnit in org.apache.xmlgraphics.image.writerModifier and TypeClassDescriptionenumEnumeration for resolution units used by images; 1 for None, 2 for Inch and 3 for Centimeter.Methods in org.apache.xmlgraphics.image.writer that return ResolutionUnitModifier and TypeMethodDescriptionstatic ResolutionUnitResolutionUnit.get(int value) Reverse lookup by value.ImageWriterParams.getResolutionUnit()Returns the unit in which resolution values are given (ex.static ResolutionUnitReturns 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.Methods in org.apache.xmlgraphics.image.writer with parameters of type ResolutionUnitModifier and TypeMethodDescriptionvoidImageWriterParams.setResolutionUnit(ResolutionUnit resolutionUnit) Sets the resolution unit of the image for calculating resolution.