Uses of Class
org.pdfbox.pdmodel.graphics.color.PDColorSpaceInstance

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

Uses of PDColorSpaceInstance in org.pdfbox.pdmodel.documentinterchange.prepress
 

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

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

Uses of PDColorSpaceInstance in org.pdfbox.pdmodel.graphics
 

Methods in org.pdfbox.pdmodel.graphics that return PDColorSpaceInstance
 PDColorSpaceInstance PDGraphicsState.getStrokingColorSpace()
          This will get the current stroking colorspace.
 PDColorSpaceInstance PDGraphicsState.getNonStrokingColorSpace()
          This will get the nonstroking color space instance.
 

Methods in org.pdfbox.pdmodel.graphics with parameters of type PDColorSpaceInstance
 void PDGraphicsState.setStrokingColorSpace(PDColorSpaceInstance value)
          This will set the current stroking colorspace.
 void PDGraphicsState.setNonStrokingColorSpace(PDColorSpaceInstance value)
          This will set the non-stroking colorspace instance.
 

Uses of PDColorSpaceInstance in org.pdfbox.pdmodel.interactive.documentnavigation.outline
 

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

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