Class PhysicalScale
java.lang.Object
org.apache.commons.imaging.formats.png.PhysicalScale
Used to specify physical scale when reading or storing image information.
- 
Field SummaryFields
- 
Method SummaryModifier and TypeMethodDescriptionstatic PhysicalScalecreateFromMeters(double x, double y) static PhysicalScalecreateFromRadians(double x, double y) doubledoublebooleanboolean
- 
Field Details- 
UNDEFINED
 
- 
- 
Method Details- 
createFromMeters
- 
createFromRadians
- 
getHorizontalUnitsPerPixel
- 
getVerticalUnitsPerPixel
- 
isInMeters
- 
isInRadians
 
-