Class PngChunkScal
java.lang.Object
org.apache.commons.imaging.common.BinaryFileParser
org.apache.commons.imaging.formats.png.chunks.PngChunk
org.apache.commons.imaging.formats.png.chunks.PngChunkScal
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal intfinal doublefinal double -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.imaging.formats.png.chunks.PngChunk
getBytes, getDataStream, getPropertyBitsMethods inherited from class org.apache.commons.imaging.common.BinaryFileParser
debugNumber, debugNumber, getByteOrder, setByteOrder
-
Field Details
-
unitsPerPixelXAxis
public final double unitsPerPixelXAxis -
unitsPerPixelYAxis
public final double unitsPerPixelYAxis -
unitSpecifier
public final int unitSpecifier
-
-
Constructor Details
-
PngChunkScal
public PngChunkScal(int length, int chunkType, int crc, byte[] bytes) throws ImageReadException, IOException - Throws:
ImageReadExceptionIOException
-
-
Method Details
-
toDouble
- Throws:
ImageReadException
-