|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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.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 | |
---|---|
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.graphics.xobject |
---|
Methods in org.apache.pdfbox.pdmodel.graphics.xobject that return PDColorState | |
---|---|
PDColorState |
PDXObjectImage.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 | |
---|---|
void |
PDXObjectImage.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 | |
---|---|
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |