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.annotation.handlers org.apache.pdfbox.pdmodel.interactive.documentnavigation.outline The outline package allows for a PDF outline(bookmarks) to be created.org.apache.pdfbox.pdmodel.interactive.form The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".org.apache.pdfbox.rendering org.apache.pdfbox.tools -
-
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 voidPDFStreamEngine. processTilingPattern(PDTilingPattern tilingPattern, PDColor color, PDColorSpace colorSpace)Process the given tiling pattern.protected voidPDFStreamEngine. 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 PDColorSetColor. getColor()Returns either the stroking or non-stroking color value.protected PDColorSetNonStrokingColor. getColor()Returns the non-stroking color.protected PDColorSetStrokingColor. 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 voidSetColor. setColor(PDColor color)Sets either the stroking or non-stroking color value.protected voidSetNonStrokingColor. setColor(PDColor color)Sets the non-stroking color.protected voidSetStrokingColor. 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 voidPDAbstractContentStream. setNonStrokingColor(PDColor color)Sets the non-stroking color and, if necessary, the non-stroking color space.booleanPDAppearanceContentStream. setNonStrokingColorOnDemand(PDColor color)Set the non stroking color.voidPDAbstractContentStream. setStrokingColor(PDColor color)Sets the stroking color and, if necessary, the stroking color space.booleanPDAppearanceContentStream. 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 PDColorPDBoxStyle. 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 voidPDBoxStyle. setGuideLineColor(PDColor color)Set the color space instance for this box style. -
Uses of PDColor in org.apache.pdfbox.pdmodel.graphics.color
Fields in org.apache.pdfbox.pdmodel.graphics.color declared as PDColor Modifier and Type Field Description private static PDColorPDPattern. EMPTY_PATTERNA pattern which leaves no marks on the page.private PDColorPDCalGray. initialColorprivate PDColorPDCalRGB. initialColorprivate PDColorPDDeviceCMYK. initialColorprivate PDColorPDDeviceGray. initialColorprivate PDColorPDDeviceN. initialColorprivate PDColorPDDeviceRGB. initialColorprivate PDColorPDICCBased. initialColorprivate PDColorPDIndexed. initialColorprivate PDColorPDLab. initialColorprivate PDColorPDSeparation. initialColorMethods in org.apache.pdfbox.pdmodel.graphics.color that return PDColor Modifier and Type Method Description PDColorPDCalGray. getInitialColor()PDColorPDCalRGB. getInitialColor()abstract PDColorPDColorSpace. getInitialColor()Returns the initial color value for this color space.PDColorPDDeviceCMYK. getInitialColor()PDColorPDDeviceGray. getInitialColor()PDColorPDDeviceN. getInitialColor()PDColorPDDeviceRGB. getInitialColor()PDColorPDICCBased. getInitialColor()PDColorPDIndexed. getInitialColor()PDColorPDJPXColorSpace. getInitialColor()PDColorPDLab. getInitialColor()PDColorPDPattern. getInitialColor()PDColorPDSeparation. getInitialColor()Methods in org.apache.pdfbox.pdmodel.graphics.color with parameters of type PDColor Modifier and Type Method Description PDAbstractPatternPDPattern. getPattern(PDColor color)Returns the pattern for the given color. -
Uses of PDColor in org.apache.pdfbox.pdmodel.graphics.state
Fields in org.apache.pdfbox.pdmodel.graphics.state declared as PDColor Modifier and Type Field Description private PDColorPDGraphicsState. nonStrokingColorprivate PDColorPDGraphicsState. strokingColorMethods in org.apache.pdfbox.pdmodel.graphics.state that return PDColor Modifier and Type Method Description PDColorPDGraphicsState. getNonStrokingColor()Returns the non-stroking color.PDColorPDGraphicsState. getStrokingColor()Returns the stroking color.Methods in org.apache.pdfbox.pdmodel.graphics.state with parameters of type PDColor Modifier and Type Method Description voidPDGraphicsState. setNonStrokingColor(PDColor color)Sets the non-stroking color.voidPDGraphicsState. 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 PDColorPDAppearanceCharacteristicsDictionary. getBackground()This will retrieve the background color.PDColorPDAppearanceCharacteristicsDictionary. getBorderColour()This will retrieve the border color.PDColorPDAnnotation. getColor()This will retrieve the color used in drawing various elements.protected PDColorPDAnnotation. getColor(COSName itemName)private PDColorPDAppearanceCharacteristicsDictionary. getColor(COSName itemName)PDColorPDAnnotationLine. getInteriorColor()This will retrieve the interior color of the line endings defined in the LE entry.PDColorPDAnnotationPolygon. getInteriorColor()This will retrieve the interior color.PDColorPDAnnotationPolyline. getInteriorColor()This will retrieve the interior color with which to fill the annotation’s line endings.PDColorPDAnnotationSquareCircle. 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 voidPDAppearanceCharacteristicsDictionary. setBackground(PDColor c)This will set the background color.voidPDAppearanceCharacteristicsDictionary. setBorderColour(PDColor c)This will set the border color.voidPDAnnotation. setColor(PDColor c)This will set the color used in drawing various elements.voidPDAnnotationLine. setInteriorColor(PDColor ic)This will set interior color of the line endings defined in the LE entry.voidPDAnnotationPolygon. setInteriorColor(PDColor ic)This will set interior color.voidPDAnnotationPolyline. setInteriorColor(PDColor ic)This will set interior color of the line endings defined in the LE entry.voidPDAnnotationSquareCircle. setInteriorColor(PDColor ic)This will set interior color of the drawn area color is in DeviceRGB colorspace. -
Uses of PDColor in org.apache.pdfbox.pdmodel.interactive.annotation.handlers
Methods in org.apache.pdfbox.pdmodel.interactive.annotation.handlers that return PDColor Modifier and Type Method Description private PDColorPDFreeTextAppearanceHandler. extractNonStrokingColor(PDAnnotationFreeText annotation)(package private) PDColorPDAbstractAppearanceHandler. getColor() -
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 PDColorPDOutlineItem. 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 voidPDOutlineItem. setTextColor(PDColor textColor)Set the RGB text color for this node. -
Uses of PDColor in org.apache.pdfbox.pdmodel.interactive.form
Fields in org.apache.pdfbox.pdmodel.interactive.form declared as PDColor Modifier and Type Field Description private PDColorPDDefaultAppearanceString. fontColorMethods in org.apache.pdfbox.pdmodel.interactive.form that return PDColor Modifier and Type Method Description (package private) PDColorPDDefaultAppearanceString. getFontColor()Returns the font colorMethods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type PDColor Modifier and Type Method Description (package private) voidPDDefaultAppearanceString. setFontColor(PDColor fontColor)Set the font color. -
Uses of PDColor in org.apache.pdfbox.rendering
Fields in org.apache.pdfbox.rendering declared as PDColor Modifier and Type Field Description private PDColorTilingPaintFactory.TilingPaintParameter. colorMethods in org.apache.pdfbox.rendering with parameters of type PDColor Modifier and Type Method Description (package private) java.awt.PaintTilingPaintFactory. create(PDTilingPattern pattern, PDColorSpace colorSpace, PDColor color, java.awt.geom.AffineTransform xform)(package private) voidPageDrawer. drawTilingPattern(java.awt.Graphics2D g, PDTilingPattern pattern, PDColorSpace colorSpace, PDColor color, Matrix patternMatrix)Draws the pattern stream to the requested context.private java.awt.image.BufferedImageTilingPaint. getImage(PageDrawer drawer, PDTilingPattern pattern, PDColorSpace colorSpace, PDColor color, java.awt.geom.AffineTransform xform, java.awt.geom.Rectangle2D anchorRect)Returns the pattern image in parent stream coordinates.protected java.awt.PaintPageDrawer. getPaint(PDColor color)Returns an AWT paint for the given PDColor.private voidPageDrawer. intersectShadingBBox(PDColor color, java.awt.geom.Area area)Constructors in org.apache.pdfbox.rendering with parameters of type PDColor Constructor Description SoftMask(java.awt.Paint paint, java.awt.image.BufferedImage mask, java.awt.geom.Rectangle2D bboxDevice, PDColor backdropColor, PDFunction transferFunction)Creates a new soft mask paint.TilingPaint(PageDrawer drawer, PDTilingPattern pattern, PDColorSpace colorSpace, PDColor color, java.awt.geom.AffineTransform xform)Creates a new tiling Paint.TilingPaintParameter(Matrix matrix, COSDictionary patternDict, PDColorSpace colorSpace, PDColor color, java.awt.geom.AffineTransform xform)TransparencyGroup(PDTransparencyGroup form, boolean isSoftMask, Matrix ctm, PDColor backdropColor)Creates a buffered image for a transparency group result. -
Uses of PDColor in org.apache.pdfbox.tools
Methods in org.apache.pdfbox.tools with parameters of type PDColor Modifier and Type Method Description private voidExtractImages.ImageGraphicsEngine. processColor(PDColor color)
-