Uses of Class
org.apache.pdfbox.pdmodel.graphics.color.PDColorState
Packages that use PDColorState
Package
Description
This package contains classes for prepress support in PDFBox.
The PDModel graphics package deals with graphics states, operations, and parameters within the PDF document.
This package deals with images that are stored in a PDF document.
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 PDColorStateModifier and TypeMethodDescriptionPDBoxStyle.getGuidelineColor()
Get the color to be used for the guidelines.Methods in org.apache.pdfbox.pdmodel.documentinterchange.prepress with parameters of type PDColorStateModifier and TypeMethodDescriptionvoid
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 PDColorStateModifier and TypeMethodDescriptionPDGraphicsState.getNonStrokingColor()
Returns the non-stroking color state.PDGraphicsState.getStrokingColor()
Returns the stroking color state. -
Uses of PDColorState in org.apache.pdfbox.pdmodel.graphics.xobject
Methods in org.apache.pdfbox.pdmodel.graphics.xobject that return PDColorStateModifier and TypeMethodDescriptionPDXObjectImage.getStencilColor()
Returns the non stroking colorstate to be used to create stencil makes images.Methods in org.apache.pdfbox.pdmodel.graphics.xobject with parameters of type PDColorStateModifier and TypeMethodDescriptionvoid
PDXObjectImage.setStencilColor
(PDColorState stencilColorValue) Set the current non stroking colorstate.