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