Uses of Class
org.apache.pdfbox.pdmodel.graphics.color.PDColor
-
Packages that use PDColor Package Description org.apache.pdfbox.contentstream This package contains provides classes for working with content streams.org.apache.pdfbox.contentstream.operator.color org.apache.pdfbox.pdmodel The PDModel package represents a high level API for creating and manipulating PDF documents.org.apache.pdfbox.pdmodel.documentinterchange.prepress This package contains classes for prepress support in PDFBox.org.apache.pdfbox.pdmodel.graphics.color This package deals with colors that are stored in a PDF document.org.apache.pdfbox.pdmodel.graphics.state This package deals with graphics states within the PDF document.org.apache.pdfbox.pdmodel.interactive.annotation The annotation package contains classes that work with PDF annotation elements.org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline The outline package allows for a PDF outline(bookmarks) to be created.org.apache.pdfbox.rendering -
-
Uses of PDColor in org.apache.pdfbox.contentstream
Methods in org.apache.pdfbox.contentstream with parameters of type PDColor Modifier and Type Method Description protected void
PDFStreamEngine. processTilingPattern(PDTilingPattern tilingPattern, PDColor color, PDColorSpace colorSpace)
Process the given tiling pattern.protected void
PDFStreamEngine. processTilingPattern(PDTilingPattern tilingPattern, PDColor color, PDColorSpace colorSpace, Matrix patternMatrix)
Process the given tiling pattern. -
Uses of PDColor in org.apache.pdfbox.contentstream.operator.color
Methods in org.apache.pdfbox.contentstream.operator.color that return PDColor Modifier and Type Method Description protected abstract PDColor
SetColor. getColor()
Returns either the stroking or non-stroking color value.protected PDColor
SetNonStrokingColor. getColor()
Returns the non-stroking color.protected PDColor
SetStrokingColor. getColor()
Returns the stroking color.Methods in org.apache.pdfbox.contentstream.operator.color with parameters of type PDColor Modifier and Type Method Description protected abstract void
SetColor. setColor(PDColor color)
Sets either the stroking or non-stroking color value.protected void
SetNonStrokingColor. setColor(PDColor color)
Sets the non-stroking color.protected void
SetStrokingColor. setColor(PDColor color)
Sets the stroking color. -
Uses of PDColor in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel with parameters of type PDColor Modifier and Type Method Description void
PDPageContentStream. setNonStrokingColor(PDColor color)
Sets the non-stroking color and, if necessary, the non-stroking color space.boolean
PDAppearanceContentStream. setNonStrokingColorOnDemand(PDColor color)
Set the non stroking color.void
PDPageContentStream. setStrokingColor(PDColor color)
Sets the stroking color and, if necessary, the stroking color space.boolean
PDAppearanceContentStream. setStrokingColorOnDemand(PDColor color)
Set the stroking color. -
Uses of PDColor in org.apache.pdfbox.pdmodel.documentinterchange.prepress
Methods in org.apache.pdfbox.pdmodel.documentinterchange.prepress that return PDColor Modifier and Type Method Description PDColor
PDBoxStyle. getGuidelineColor()
Get the RGB color to be used for the guidelines.Methods in org.apache.pdfbox.pdmodel.documentinterchange.prepress with parameters of type PDColor Modifier and Type Method Description void
PDBoxStyle. setGuideLineColor(PDColor color)
Set the color space instance for this box style. -
Uses of PDColor in org.apache.pdfbox.pdmodel.graphics.color
Methods in org.apache.pdfbox.pdmodel.graphics.color that return PDColor Modifier and Type Method Description PDColor
PDCalGray. getInitialColor()
PDColor
PDCalRGB. getInitialColor()
abstract PDColor
PDColorSpace. getInitialColor()
Returns the initial color value for this color space.PDColor
PDDeviceCMYK. getInitialColor()
PDColor
PDDeviceGray. getInitialColor()
PDColor
PDDeviceN. getInitialColor()
PDColor
PDDeviceRGB. getInitialColor()
PDColor
PDICCBased. getInitialColor()
PDColor
PDIndexed. getInitialColor()
PDColor
PDJPXColorSpace. getInitialColor()
PDColor
PDLab. getInitialColor()
PDColor
PDPattern. getInitialColor()
PDColor
PDSeparation. getInitialColor()
Methods in org.apache.pdfbox.pdmodel.graphics.color with parameters of type PDColor Modifier and Type Method Description PDAbstractPattern
PDPattern. getPattern(PDColor color)
Returns the pattern for the given color. -
Uses of PDColor in org.apache.pdfbox.pdmodel.graphics.state
Methods in org.apache.pdfbox.pdmodel.graphics.state that return PDColor Modifier and Type Method Description PDColor
PDGraphicsState. getNonStrokingColor()
Returns the non-stroking color.PDColor
PDGraphicsState. getStrokingColor()
Returns the stroking color.Methods in org.apache.pdfbox.pdmodel.graphics.state with parameters of type PDColor Modifier and Type Method Description void
PDGraphicsState. setNonStrokingColor(PDColor color)
Sets the non-stroking color.void
PDGraphicsState. setStrokingColor(PDColor color)
Sets the stroking color. -
Uses of PDColor in org.apache.pdfbox.pdmodel.interactive.annotation
Methods in org.apache.pdfbox.pdmodel.interactive.annotation that return PDColor Modifier and Type Method Description PDColor
PDAppearanceCharacteristicsDictionary. getBackground()
This will retrieve the background color.PDColor
PDAppearanceCharacteristicsDictionary. getBorderColour()
This will retrieve the border color.PDColor
PDAnnotation. getColor()
This will retrieve the color used in drawing various elements.protected PDColor
PDAnnotation. getColor(COSName itemName)
PDColor
PDAnnotationLine. getInteriorColor()
This will retrieve the interior color of the line endings defined in the LE entry.PDColor
PDAnnotationMarkup. getInteriorColor()
This will retrieve the interior color.PDColor
PDAnnotationSquareCircle. getInteriorColor()
This will retrieve the interior color of the drawn area color is in DeviceRGB color space.Methods in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type PDColor Modifier and Type Method Description void
PDAppearanceCharacteristicsDictionary. setBackground(PDColor c)
This will set the background color.void
PDAppearanceCharacteristicsDictionary. setBorderColour(PDColor c)
This will set the border color.void
PDAnnotation. setColor(PDColor c)
This will set the color used in drawing various elements.void
PDAnnotationLine. setInteriorColor(PDColor ic)
This will set interior color of the line endings defined in the LE entry.void
PDAnnotationMarkup. setInteriorColor(PDColor ic)
This will set interior color.void
PDAnnotationSquareCircle. setInteriorColor(PDColor ic)
This will set interior color of the drawn area color is in DeviceRGB colo rspace. -
Uses of PDColor in org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline
Methods in org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline that return PDColor Modifier and Type Method Description PDColor
PDOutlineItem. getTextColor()
Get the RGB text color of this node.Methods in org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline with parameters of type PDColor Modifier and Type Method Description void
PDOutlineItem. setTextColor(PDColor textColor)
Set the RGB text color for this node. -
Uses of PDColor in org.apache.pdfbox.rendering
Methods in org.apache.pdfbox.rendering with parameters of type PDColor Modifier and Type Method Description protected java.awt.Paint
PageDrawer. getPaint(PDColor color)
Returns an AWT paint for the given PDColor.
-