Package gov.nih.mipav.model.file
Class MetadataExtractor.PngHeader
java.lang.Object
gov.nih.mipav.model.file.MetadataExtractor.PngHeader
- Enclosing class:
MetadataExtractor
- Author:
- Drew Noakes https://drewnoakes.com
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final byteprivate final MetadataExtractor.PngColorTypeprivate final byteprivate final byteprivate final intprivate final intprivate final byte -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbytebytebyteintintbyte
-
Field Details
-
_imageWidth
private final int _imageWidth -
_imageHeight
private final int _imageHeight -
_bitsPerSample
private final byte _bitsPerSample -
_colorType
-
_compressionType
private final byte _compressionType -
_filterMethod
private final byte _filterMethod -
_interlaceMethod
private final byte _interlaceMethod
-
-
Constructor Details
-
PngHeader
-
-
Method Details
-
getImageWidth
public int getImageWidth() -
getImageHeight
public int getImageHeight() -
getBitsPerSample
public byte getBitsPerSample() -
getColorType
-
getCompressionType
public byte getCompressionType() -
getFilterMethod
public byte getFilterMethod() -
getInterlaceMethod
public byte getInterlaceMethod()
-