Class PngChunkPhys
java.lang.Object
org.apache.commons.imaging.common.BinaryFileParser
org.apache.commons.imaging.formats.png.chunks.PngChunk
org.apache.commons.imaging.formats.png.chunks.PngChunkPhys
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final intprivate final intprivate final int -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintintMethods inherited from class PngChunk
getBytes, getChunkType, getCrc, getDataStream, getLength, getPropertyBits, isAncillary, isPrivate, isReserved, isSafeToCopyMethods inherited from class BinaryFileParser
debugNumber, debugNumber, getByteOrder, setByteOrder
-
Field Details
-
pixelsPerUnitXAxis
private final int pixelsPerUnitXAxis -
pixelsPerUnitYAxis
private final int pixelsPerUnitYAxis -
unitSpecifier
private final int unitSpecifier
-
-
Constructor Details
-
PngChunkPhys
- Throws:
IOException
-
-
Method Details
-
getPixelsPerUnitXAxis
public int getPixelsPerUnitXAxis() -
getPixelsPerUnitYAxis
public int getPixelsPerUnitYAxis() -
getUnitSpecifier
public int getUnitSpecifier()
-