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 private PhysicalScalePngImageInfo. physicalScalestatic PhysicalScalePhysicalScale. UNDEFINEDMethods in org.apache.commons.imaging.formats.png that return PhysicalScale Modifier and Type Method Description static PhysicalScalePhysicalScale. createFromMeters(double x, double y)static PhysicalScalePhysicalScale. createFromRadians(double x, double y)PhysicalScalePngImageInfo. getPhysicalScale()Physical scale of Image.Constructors in org.apache.commons.imaging.formats.png with parameters of type PhysicalScale Constructor Description PngImageInfo(java.lang.String formatDetails, int bitsPerPixel, java.util.List<java.lang.String> comments, ImageFormat format, java.lang.String formatName, int height, java.lang.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, java.util.List<PngText> textChunks, PhysicalScale physicalScale)
-