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 int
final double
final double
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class org.apache.commons.imaging.formats.png.chunks.PngChunk
getBytes, getDataStream, getPropertyBits
Methods 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:
ImageReadException
IOException
-
-
Method Details
-
toDouble
- Throws:
ImageReadException
-