Package gov.nih.mipav.model.file
Class MetadataExtractor.PngChromaticities
- java.lang.Object
-
- gov.nih.mipav.model.file.MetadataExtractor.PngChromaticities
-
- Enclosing class:
- MetadataExtractor
public class MetadataExtractor.PngChromaticities extends java.lang.Object
- Author:
- Drew Noakes https://drewnoakes.com
-
-
Field Summary
Fields Modifier and Type Field Description private int
_blueX
private int
_blueY
private int
_greenX
private int
_greenY
private int
_redX
private int
_redY
private int
_whitePointX
private int
_whitePointY
-
Constructor Summary
Constructors Constructor Description PngChromaticities(byte[] bytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getBlueX()
int
getBlueY()
int
getGreenX()
int
getGreenY()
int
getRedX()
int
getRedY()
int
getWhitePointX()
int
getWhitePointY()
-
-
-
Constructor Detail
-
PngChromaticities
public PngChromaticities(byte[] bytes) throws MetadataExtractor.PngProcessingException
-
-