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_blueXprivate int_blueYprivate int_greenXprivate int_greenYprivate int_redXprivate int_redYprivate int_whitePointXprivate int_whitePointY
-
Constructor Summary
Constructors Constructor Description PngChromaticities(byte[] bytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetBlueX()intgetBlueY()intgetGreenX()intgetGreenY()intgetRedX()intgetRedY()intgetWhitePointX()intgetWhitePointY()
-
-
-
Constructor Detail
-
PngChromaticities
public PngChromaticities(byte[] bytes) throws MetadataExtractor.PngProcessingException
-
-