Uses of Class
org.apache.commons.imaging.formats.png.PhysicalScale
Packages that use PhysicalScale
-
Uses of PhysicalScale in org.apache.commons.imaging.formats.png
Fields in org.apache.commons.imaging.formats.png declared as PhysicalScaleModifier and TypeFieldDescriptionprivate final PhysicalScalePngImageInfo.physicalScalestatic final PhysicalScalePhysicalScale.UNDEFINEDMethods in org.apache.commons.imaging.formats.png that return PhysicalScaleModifier and TypeMethodDescriptionstatic PhysicalScalePhysicalScale.createFromMeters(double x, double y) static PhysicalScalePhysicalScale.createFromRadians(double x, double y) PngImageInfo.getPhysicalScale()Physical scale of Image.Constructors in org.apache.commons.imaging.formats.png with parameters of type PhysicalScaleModifierConstructorDescription(package private)PngImageInfo(String formatDetails, int bitsPerPixel, List<String> comments, ImageFormat format, String formatName, int height, String mimeType, int numberOfImages, int physicalHeightDpi, float physicalHeightInch, int physicalWidthDpi, float physicalWidthInch, int width, boolean progressive, boolean transparent, boolean usesPalette, ImageInfo.ColorType colorType, ImageInfo.CompressionAlgorithm compressionAlgorithm, List<PngText> textChunks, PhysicalScale physicalScale)