Uses of Class
org.apache.pdfbox.pdmodel.graphics.color.PDTristimulus
Packages that use PDTristimulus
Package
Description
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 PDTristimulusModifier and TypeMethodDescriptionfinal PDTristimulusPDCIEDictionaryBasedColorSpace.getBlackPoint()This will return the BlackPoint tristimulus.final PDTristimulusPDCIEDictionaryBasedColorSpace.getWhitepoint()This will return the whitepoint tristimulus.Methods in org.apache.pdfbox.pdmodel.graphics.color with parameters of type PDTristimulusModifier and TypeMethodDescriptionvoidPDCIEDictionaryBasedColorSpace.setBlackPoint(PDTristimulus blackpoint) This will set the BlackPoint tristimulus.voidPDCIEDictionaryBasedColorSpace.setWhitePoint(PDTristimulus whitepoint) This will set the whitepoint tristimulus.