Uses of Class
org.apache.pdfbox.pdmodel.graphics.color.PDTristimulus

Packages that use PDTristimulus
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
 PDTristimulus PDLab.getBlackPoint()
          This will return the BlackPoint tristimulus.
 PDTristimulus PDCalRGB.getBlackPoint()
          This will return the BlackPoint tristimulus.
 PDTristimulus PDCalGray.getBlackPoint()
          This will return the BlackPoint tristimulus.
 PDTristimulus PDLab.getWhitepoint()
          This will return the whitepoint tristimulus.
 PDTristimulus PDCalRGB.getWhitepoint()
          This will return the whitepoint tristimulus.
 PDTristimulus PDCalGray.getWhitepoint()
          This will return the whitepoint tristimulus.
 

Methods in org.apache.pdfbox.pdmodel.graphics.color with parameters of type PDTristimulus
 void PDLab.setBlackPoint(PDTristimulus bp)
          This will set the BlackPoint tristimulus.
 void PDCalRGB.setBlackPoint(PDTristimulus bp)
          This will set the BlackPoint tristimulus.
 void PDCalGray.setBlackPoint(PDTristimulus bp)
          This will set the BlackPoint tristimulus.
 void PDLab.setWhitepoint(PDTristimulus wp)
          This will set the whitepoint tristimulus.
 void PDCalRGB.setWhitepoint(PDTristimulus wp)
          This will set the whitepoint tristimulus.
 void PDCalGray.setWhitepoint(PDTristimulus wp)
          This will set the whitepoint tristimulus.
 

Constructors in org.apache.pdfbox.pdmodel.graphics.color with parameters of type PDTristimulus
ColorSpaceCalRGB(PDGamma gammaValue, PDTristimulus whitept, PDTristimulus blackpt, PDMatrix linearMatrix)
          Constructor.
 



Copyright © 2002-2012 Apache Software Foundation. All Rights Reserved.