Uses of Class
org.apache.pdfbox.pdmodel.graphics.color.PDTristimulus
-
Packages that use PDTristimulus Package Description org.apache.pdfbox.pdmodel.graphics.color This package deals with colors that are stored in a PDF document. -
-
Uses of PDTristimulus in org.apache.pdfbox.pdmodel.graphics.color
Methods in org.apache.pdfbox.pdmodel.graphics.color that return PDTristimulus Modifier and Type Method Description PDTristimulusPDCalGray. getBlackPoint()This will return the BlackPoint tristimulus.PDTristimulusPDCalRGB. getBlackPoint()This will return the BlackPoint tristimulus.PDTristimulusPDLab. getBlackPoint()This will return the BlackPoint tristimulus.PDTristimulusPDCalGray. getWhitepoint()This will return the whitepoint tristimulus.PDTristimulusPDCalRGB. getWhitepoint()This will return the whitepoint tristimulus.PDTristimulusPDLab. getWhitePoint()This will return the whitepoint tristimulus.Methods in org.apache.pdfbox.pdmodel.graphics.color with parameters of type PDTristimulus Modifier and Type Method Description voidPDCalGray. setBlackPoint(PDTristimulus bp)This will set the BlackPoint tristimulus.voidPDCalRGB. setBlackPoint(PDTristimulus bp)This will set the BlackPoint tristimulus.voidPDLab. setBlackPoint(PDTristimulus bp)This will set the BlackPoint tristimulus.voidPDCalGray. setWhitepoint(PDTristimulus wp)This will set the whitepoint tristimulus.voidPDCalRGB. setWhitepoint(PDTristimulus wp)This will set the whitepoint tristimulus.voidPDLab. setWhitePoint(PDTristimulus wp)This will set the whitepoint tristimulus.Constructors in org.apache.pdfbox.pdmodel.graphics.color with parameters of type PDTristimulus Constructor Description ColorSpaceCalRGB(PDGamma gammaValue, PDTristimulus whitept, PDTristimulus blackpt, PDMatrix linearMatrix)Constructor.ColorSpaceLab(PDTristimulus whitept, PDTristimulus blackpt, PDRange a, PDRange b)Constructor.
-