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

Packages that use PDColorState
org.apache.pdfbox.pdmodel.documentinterchange.prepress This package contains classes for prepress support in PDFBox. 
org.apache.pdfbox.pdmodel.graphics The PDModel graphics package deals with graphics states, operations, and parameters within the PDF document. 
org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline The outline package allows for a PDF outline(bookmarks) to be created. 
 

Uses of PDColorState in org.apache.pdfbox.pdmodel.documentinterchange.prepress
 

Methods in org.apache.pdfbox.pdmodel.documentinterchange.prepress that return PDColorState
 PDColorState PDBoxStyle.getGuidelineColor()
          Get the color to be used for the guidelines.
 

Methods in org.apache.pdfbox.pdmodel.documentinterchange.prepress with parameters of type PDColorState
 void PDBoxStyle.setGuideLineColor(PDColorState color)
          Set the color space instance for this box style.
 

Uses of PDColorState in org.apache.pdfbox.pdmodel.graphics
 

Methods in org.apache.pdfbox.pdmodel.graphics that return PDColorState
 PDColorState PDGraphicsState.getNonStrokingColor()
          Returns the non-stroking color state.
 PDColorState PDGraphicsState.getStrokingColor()
          Returns the stroking color state.
 

Uses of PDColorState in org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline
 

Methods in org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline that return PDColorState
 PDColorState PDOutlineItem.getTextColor()
          Get the text color of this node.
 

Methods in org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline with parameters of type PDColorState
 void PDOutlineItem.setTextColor(PDColorState textColor)
          Set the text color for this node.
 



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