Uses of Class
org.sejda.sambox.pdmodel.graphics.color.PDColor
Packages that use PDColor
Package
Description
This package contains classes for prepress support in PDFBox.
The outline package allows for a PDF outline(bookmarks) to be created.
-
Uses of PDColor in org.sejda.sambox.contentstream
Methods in org.sejda.sambox.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.sejda.sambox.contentstream.operator.color
Methods in org.sejda.sambox.contentstream.operator.color that return PDColorModifier and TypeMethodDescriptionabstract PDColorSetColor.getColor()SetNonStrokingColor.getColor()Returns the non-stroking color.SetStrokingColor.getColor()Returns the stroking color.Methods in org.sejda.sambox.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.sejda.sambox.pdmodel
Methods in org.sejda.sambox.pdmodel with parameters of type PDColorModifier and TypeMethodDescriptionvoidPDPageContentStream.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.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.sejda.sambox.pdmodel.documentinterchange.prepress
Methods in org.sejda.sambox.pdmodel.documentinterchange.prepress that return PDColorModifier and TypeMethodDescriptionPDBoxStyle.getGuidelineColor()Get the RGB color to be used for the guidelines.Methods in org.sejda.sambox.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.sejda.sambox.pdmodel.graphics.color
Methods in org.sejda.sambox.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.sejda.sambox.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.sejda.sambox.pdmodel.graphics.state
Methods in org.sejda.sambox.pdmodel.graphics.state that return PDColorModifier and TypeMethodDescriptionPDGraphicsState.getNonStrokingColor()Returns the non-stroking color.PDGraphicsState.getStrokingColor()Returns the stroking color.Methods in org.sejda.sambox.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.sejda.sambox.pdmodel.interactive.annotation
Methods in org.sejda.sambox.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.PDAnnotationLine.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.sejda.sambox.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.sejda.sambox.rendering
Methods in org.sejda.sambox.rendering with parameters of type PDColor -
Uses of PDColor in org.sejda.sambox.text
Methods in org.sejda.sambox.text that return PDColorConstructors in org.sejda.sambox.text with parameters of type PDColorModifierConstructorDescriptionTextPosition(int pageRotation, float pageWidth, float pageHeight, Matrix textMatrix, float endX, float endY, float maxHeight, float individualWidth, float spaceWidth, String unicode, int[] charCodes, PDFont font, float fontSize, int fontSizeInPt, PDColor color, RenderingMode renderingMode) Constructor.