Uses of Class
org.apache.pdfbox.pdmodel.graphics.color.PDColor
Packages that use PDColor
Package
Description
This package contains provides classes for working with content streams.
The PDModel package represents a high level API for creating and manipulating PDF documents.
This package contains classes for prepress support in PDFBox.
This package deals with colors that are stored in a PDF document.
This package deals with graphics states within the PDF document.
The annotation package contains classes that work with PDF annotation elements.
The outline package allows for a PDF outline(bookmarks) to be created.
The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".
-
Uses of PDColor in org.apache.pdfbox.contentstream
Methods in org.apache.pdfbox.contentstream with parameters of type PDColorModifier and TypeMethodDescriptionprotected final voidPDFStreamEngine.processTilingPattern(PDTilingPattern tilingPattern, PDColor color, PDColorSpace colorSpace) Process the given tiling pattern.protected final 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 PDColorModifier and TypeMethodDescriptionprotected 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 PDColorModifier and TypeMethodDescriptionprotected abstract voidSets either the stroking or non-stroking color value.protected voidSets the non-stroking color.protected voidSets the stroking color. -
Uses of PDColor in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel with parameters of type PDColorModifier and TypeMethodDescriptionvoidPDAbstractContentStream.setNonStrokingColor(PDColor color) Sets the non-stroking color and, if necessary, the non-stroking color space.voidPDPageContentStream.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.voidPDPageContentStream.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 PDColorModifier and TypeMethodDescriptionPDBoxStyle.getGuidelineColor()Get the RGB color to be used for the guidelines.Methods in org.apache.pdfbox.pdmodel.documentinterchange.prepress with parameters of type PDColorModifier and TypeMethodDescriptionvoidPDBoxStyle.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 PDColorModifier and TypeFieldDescriptionprivate static PDColorPDPattern.EMPTY_PATTERNA pattern which leaves no marks on the page.private final PDColorPDCalGray.initialColorprivate final PDColorPDCalRGB.initialColorprivate final PDColorPDDeviceCMYK.initialColorprivate final PDColorPDDeviceGray.initialColorprivate PDColorPDDeviceN.initialColorprivate final PDColorPDDeviceRGB.initialColorprivate PDColorPDICCBased.initialColorprivate final PDColorPDIndexed.initialColorprivate PDColorPDLab.initialColorprivate final PDColorPDSeparation.initialColorMethods in org.apache.pdfbox.pdmodel.graphics.color that return PDColorModifier and TypeMethodDescriptionPDCalGray.getInitialColor()PDCalRGB.getInitialColor()abstract PDColorPDColorSpace.getInitialColor()Returns the initial color value for this color space.PDDeviceCMYK.getInitialColor()PDDeviceGray.getInitialColor()PDDeviceN.getInitialColor()PDDeviceRGB.getInitialColor()PDICCBased.getInitialColor()PDIndexed.getInitialColor()PDJPXColorSpace.getInitialColor()PDLab.getInitialColor()PDPattern.getInitialColor()PDSeparation.getInitialColor()Methods in org.apache.pdfbox.pdmodel.graphics.color with parameters of type PDColorModifier and TypeMethodDescriptionPDPattern.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 PDColorModifier and TypeFieldDescriptionprivate PDColorPDGraphicsState.nonStrokingColorprivate PDColorPDGraphicsState.strokingColorMethods in org.apache.pdfbox.pdmodel.graphics.state that return PDColorModifier and TypeMethodDescriptionPDGraphicsState.getNonStrokingColor()Returns the non-stroking color.PDGraphicsState.getStrokingColor()Returns the stroking color.Methods in org.apache.pdfbox.pdmodel.graphics.state with parameters of type PDColorModifier and TypeMethodDescriptionvoidPDGraphicsState.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 PDColorModifier and TypeMethodDescriptionPDAppearanceCharacteristicsDictionary.getBackground()This will retrieve the background color.PDAppearanceCharacteristicsDictionary.getBorderColour()This will retrieve the border color.PDAnnotation.getColor()This will retrieve the color used in drawing various elements.protected PDColorprivate PDColorPDAnnotationLine.getInteriorColor()This will retrieve the interior color of the line endings defined in the LE entry.PDAnnotationMarkup.getInteriorColor()This will retrieve the interior color.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 PDColorModifier and TypeMethodDescriptionvoidPDAppearanceCharacteristicsDictionary.setBackground(PDColor c) This will set the background color.voidPDAppearanceCharacteristicsDictionary.setBorderColour(PDColor c) This will set the border color.voidThis 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.voidPDAnnotationMarkup.setInteriorColor(PDColor ic) This will set interior color.voidPDAnnotationSquareCircle.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.annotation.handlers
Methods in org.apache.pdfbox.pdmodel.interactive.annotation.handlers that return PDColorModifier and TypeMethodDescriptionprivate PDColorPDFreeTextAppearanceHandler.extractNonStrokingColor(PDAnnotationMarkup annotation) (package private) PDColorPDAbstractAppearanceHandler.getColor() -
Uses of PDColor in org.apache.pdfbox.pdmodel.interactive.form
Fields in org.apache.pdfbox.pdmodel.interactive.form declared as PDColorMethods in org.apache.pdfbox.pdmodel.interactive.form that return PDColorModifier and TypeMethodDescription(package private) PDColorPDDefaultAppearanceString.getFontColor()Returns the font colorMethods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type PDColorModifier and TypeMethodDescription(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 PDColorModifier and TypeFieldDescriptionprivate final PDColorTilingPaintFactory.TilingPaintParameter.colorMethods in org.apache.pdfbox.rendering with parameters of type PDColorModifier and TypeMethodDescription(package private) PaintTilingPaintFactory.create(PDTilingPattern pattern, PDColorSpace colorSpace, PDColor color, AffineTransform xform) (package private) voidPageDrawer.drawTilingPattern(Graphics2D g, PDTilingPattern pattern, PDColorSpace colorSpace, PDColor color, Matrix patternMatrix) Draws the pattern stream to the requested context.private BufferedImageTilingPaint.getImage(PageDrawer drawer, PDTilingPattern pattern, PDColorSpace colorSpace, PDColor color, AffineTransform xform, Rectangle2D anchorRect) Returns the pattern image in parent stream coordinates.protected PaintReturns an AWT paint for the given PDColor.private voidPageDrawer.intersectShadingBBox(PDColor color, Area area) Constructors in org.apache.pdfbox.rendering with parameters of type PDColorModifierConstructorDescription(package private)SoftMask(Paint paint, BufferedImage mask, Rectangle2D bboxDevice, PDColor backdropColor, PDFunction transferFunction) Creates a new soft mask paint.(package private)TilingPaint(PageDrawer drawer, PDTilingPattern pattern, PDColorSpace colorSpace, PDColor color, AffineTransform xform) Creates a new tiling Paint.privateTilingPaintParameter(Matrix matrix, COSDictionary patternDict, PDColorSpace colorSpace, PDColor color, AffineTransform xform) privateTransparencyGroup(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 PDColorModifier and TypeMethodDescriptionprivate voidExtractImages.ImageGraphicsEngine.processColor(PDColor color)