public class PngChromaticities
extends java.lang.Object
Modifier and Type | Field and 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 and Description |
---|
PngChromaticities(byte[] bytes) |
Modifier and Type | Method and Description |
---|---|
int |
getBlueX() |
int |
getBlueY() |
int |
getGreenX() |
int |
getGreenY() |
int |
getRedX() |
int |
getRedY() |
int |
getWhitePointX() |
int |
getWhitePointY() |
private final int _whitePointX
private final int _whitePointY
private final int _redX
private final int _redY
private final int _greenX
private final int _greenY
private final int _blueX
private final int _blueY
public PngChromaticities(byte[] bytes) throws PngProcessingException
PngProcessingException