Uses of Class
org.apache.commons.imaging.formats.png.PhysicalScale
-
Packages that use PhysicalScale Package Description org.apache.commons.imaging.formats.png The PNG image format. -
-
Uses of PhysicalScale in org.apache.commons.imaging.formats.png
Fields in org.apache.commons.imaging.formats.png declared as PhysicalScale Modifier and Type Field Description static PhysicalScale
PhysicalScale. UNDEFINED
Methods in org.apache.commons.imaging.formats.png that return PhysicalScale Modifier and Type Method Description static PhysicalScale
PhysicalScale. createFromMeters(double x, double y)
static PhysicalScale
PhysicalScale. createFromRadians(double x, double y)
PhysicalScale
PngImageInfo. getPhysicalScale()
Physical scale of Image.PhysicalScale
PngImagingParameters. getPhysicalScale()
Methods in org.apache.commons.imaging.formats.png with parameters of type PhysicalScale Modifier and Type Method Description void
PngImagingParameters. setPhysicalScale(PhysicalScale physicalScale)
-