xmlgraphics-commons 2.2

Uses of Class
org.apache.xmlgraphics.image.writer.ResolutionUnit

Packages that use ResolutionUnit
org.apache.xmlgraphics.image.writer 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 ResolutionUnit
static ResolutionUnit ResolutionUnit.get(int value)
          Reverse lookup by value.
 ResolutionUnit ImageWriterParams.getResolutionUnit()
          Returns the unit in which resolution values are given (ex.
static ResolutionUnit ResolutionUnit.valueOf(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
 void ImageWriterParams.setResolutionUnit(ResolutionUnit resolutionUnit)
          Sets the resolution unit of the image for calculating resolution.
 


xmlgraphics-commons 2.2

Copyright 1999-2017 The Apache Software Foundation. All Rights Reserved.