Uses of Class
org.apache.xmlgraphics.image.writer.ResolutionUnit
-
Packages that use ResolutionUnit 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. -
-
Uses of ResolutionUnit in org.apache.xmlgraphics.image.writer
Fields in org.apache.xmlgraphics.image.writer declared as ResolutionUnit Modifier and Type Field Description private ResolutionUnitImageWriterParams. resolutionUnitFields in org.apache.xmlgraphics.image.writer with type parameters of type ResolutionUnit Modifier and Type Field Description private static java.util.Map<java.lang.Integer,ResolutionUnit>ResolutionUnit. LOOKUPMethods in org.apache.xmlgraphics.image.writer that return ResolutionUnit Modifier and Type Method Description static ResolutionUnitResolutionUnit. get(int value)Reverse lookup by value.ResolutionUnitImageWriterParams. getResolutionUnit()Returns the unit in which resolution values are given (ex.static ResolutionUnitResolutionUnit. 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.Methods in org.apache.xmlgraphics.image.writer with parameters of type ResolutionUnit Modifier and Type Method Description voidImageWriterParams. 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 ResolutionUnit Modifier and Type Method Description private javax.imageio.metadata.IIOMetadataNodeImageIOTIFFImageWriter. createResolutionField(int number, java.lang.String name, java.lang.Integer resolution, ResolutionUnit unit)
-