Package com.drew.imaging.png
Class PngChromaticities
- java.lang.Object
-
- com.drew.imaging.png.PngChromaticities
-
public class PngChromaticities extends java.lang.Object
-
-
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 PngProcessingException- Throws:
PngProcessingException
-
-