Uses of Class
org.apache.pdfbox.pdmodel.graphics.color.PDColorState
-
Packages that use PDColorState Package Description 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.graphics.xobject This package deals with images that are stored in a 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 Modifier and Type Method Description PDColorStatePDBoxStyle. getGuidelineColor()Get the color to be used for the guidelines.Methods in org.apache.pdfbox.pdmodel.documentinterchange.prepress with parameters of type PDColorState Modifier and Type Method Description voidPDBoxStyle. 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 Modifier and Type Method Description PDColorStatePDGraphicsState. getNonStrokingColor()Returns the non-stroking color state.PDColorStatePDGraphicsState. 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 PDColorState Modifier and Type Method Description PDColorStatePDXObjectImage. 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 PDColorState Modifier and Type Method Description voidPDXObjectImage. setStencilColor(PDColorState stencilColorValue)Set the current non stroking colorstate. -
Uses of PDColorState in org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline
Methods in org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline that return PDColorState Modifier and Type Method Description PDColorStatePDOutlineItem. getTextColor()Get the text color of this node.Methods in org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline with parameters of type PDColorState Modifier and Type Method Description voidPDOutlineItem. setTextColor(PDColorState textColor)Set the text color for this node.
-