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
-
public final class PngChunkPhys extends PngChunk
-
-
Field Summary
Fields Modifier and Type Field Description private intpixelsPerUnitXAxisprivate intpixelsPerUnitYAxisprivate intunitSpecifier
-
Constructor Summary
Constructors Constructor Description PngChunkPhys(int length, int chunkType, int crc, byte[] bytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetPixelsPerUnitXAxis()intgetPixelsPerUnitYAxis()intgetUnitSpecifier()-
Methods inherited from class org.apache.commons.imaging.formats.png.chunks.PngChunk
getBytes, getChunkType, getCrc, getDataStream, getLength, getPropertyBits, isAncillary, isPrivate, isReserved, isSafeToCopy
-
Methods inherited from class org.apache.commons.imaging.common.BinaryFileParser
debugNumber, debugNumber, getByteOrder, setByteOrder
-
-