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
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.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.LOOKUPMethods 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 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 TypeMethodDescriptionvoidImageWriterParams.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 IIOMetadataNodeImageIOTIFFImageWriter.createResolutionField(int number, String name, Integer resolution, ResolutionUnit unit)