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 PDTristimulus
PDCIEDictionaryBasedColorSpace.getBlackPoint()
This will return the BlackPoint tristimulus.final PDTristimulus
PDCIEDictionaryBasedColorSpace.getWhitepoint()
This will return the whitepoint tristimulus.Methods in org.apache.pdfbox.pdmodel.graphics.color with parameters of type PDTristimulusModifier and TypeMethodDescriptionvoid
PDCIEDictionaryBasedColorSpace.setBlackPoint
(PDTristimulus blackpoint) This will set the BlackPoint tristimulus.void
PDCIEDictionaryBasedColorSpace.setWhitePoint
(PDTristimulus whitepoint) This will set the whitepoint tristimulus.