Uses of Class
org.apache.commons.imaging.formats.png.PhysicalScale
Packages that use PhysicalScale
Package
Description
The PNG (Portable Network Graphics) image format.
-
Uses of PhysicalScale in org.apache.commons.imaging.formats.png
Fields in org.apache.commons.imaging.formats.png declared as PhysicalScaleMethods in org.apache.commons.imaging.formats.png that return PhysicalScaleModifier and TypeMethodDescriptionstatic PhysicalScale
PhysicalScale.createFromMeters
(double x, double y) static PhysicalScale
PhysicalScale.createFromRadians
(double x, double y) PngImageInfo.getPhysicalScale()
Gets the physical scale of Image.PngImagingParameters.getPhysicalScale()
Methods in org.apache.commons.imaging.formats.png with parameters of type PhysicalScaleModifier and TypeMethodDescriptionPngImagingParameters.setPhysicalScale
(PhysicalScale physicalScale)