Package com.itextpdf.io.image
Class PngChromaticities
- java.lang.Object
-
- com.itextpdf.io.image.PngChromaticities
-
public class PngChromaticities extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description PngChromaticities(float xW, float yW, float xR, float yR, float xG, float yG, float xB, float yB)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description float
getXB()
float
getXG()
float
getXR()
float
getXW()
float
getYB()
float
getYG()
float
getYR()
float
getYW()
-