Uses of Class
org.apache.pdfbox.pdmodel.graphics.color.PDGamma
Packages that use PDGamma
Package
Description
The tagged PDF package provides a mechanism for incorporating "tags" (standard
structure types and attributes) into a PDF file.
This package deals with colors that are stored in a PDF document.
The annotation package contains classes that work with PDF annotation elements.
-
Uses of PDGamma in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf
Methods in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf that return PDGammaModifier and TypeMethodDescriptionPDFourColours.getAfterColour()
Gets the colour for the after edge.PDLayoutAttributeObject.getBackgroundColor()
Gets the background colour (BackgroundColor).PDFourColours.getBeforeColour()
Gets the colour for the before edge.PDLayoutAttributeObject.getColor()
Gets the color to be used for drawing text and the default value for the colour of table borders and text decorations (Color).protected PDGamma
Gets a colour.PDFourColours.getEndColour()
Gets the colour for the end edge.PDFourColours.getStartColour()
Gets the colour for the start edge.PDLayoutAttributeObject.getTextDecorationColor()
Gets the colour to be used for drawing text decorations (TextDecorationColor).Methods in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf with parameters of type PDGammaModifier and TypeMethodDescriptionvoid
PDFourColours.setAfterColour
(PDGamma colour) Sets the colour for the after edge.void
PDLayoutAttributeObject.setAllBorderColors
(PDGamma borderColor) Sets the same border colour for all four sides (BorderColor).void
PDLayoutAttributeObject.setBackgroundColor
(PDGamma backgroundColor) Sets the background colour (BackgroundColor).void
PDFourColours.setBeforeColour
(PDGamma colour) Sets the colour for the before edge.void
Sets the color to be used for drawing text and the default value for the colour of table borders and text decorations (Color).protected void
Sets a colour.void
PDFourColours.setEndColour
(PDGamma colour) Sets the colour for the end edge.void
PDFourColours.setStartColour
(PDGamma colour) Sets the colour for the start edge.void
PDLayoutAttributeObject.setTextDecorationColor
(PDGamma textDecorationColor) Sets the colour to be used for drawing text decorations (TextDecorationColor). -
Uses of PDGamma in org.apache.pdfbox.pdmodel.graphics.color
Methods in org.apache.pdfbox.pdmodel.graphics.color that return PDGammaMethods in org.apache.pdfbox.pdmodel.graphics.color with parameters of type PDGammaConstructors in org.apache.pdfbox.pdmodel.graphics.color with parameters of type PDGammaModifierConstructorDescriptionColorSpaceCalRGB
(PDGamma gammaValue, PDTristimulus whitept, PDTristimulus blackpt, PDMatrix linearMatrix) Constructor. -
Uses of PDGamma in org.apache.pdfbox.pdmodel.interactive.annotation
Methods in org.apache.pdfbox.pdmodel.interactive.annotation that return PDGammaModifier and TypeMethodDescriptionPDAppearanceCharacteristicsDictionary.getBackground()
This will retrieve the background color.PDAppearanceCharacteristicsDictionary.getBorderColour()
This will retrieve the border color.PDAnnotation.getColour()
This will retrieve the colour used in drawing various elements.PDAnnotationLine.getInteriorColour()
This will retrieve the interior colour of the line endings defined in the LE entry.PDAnnotationSquareCircle.getInteriorColour()
This will retrieve the interior colour of the drawn area Colour is in DeviceRGB colourspace.Methods in org.apache.pdfbox.pdmodel.interactive.annotation with parameters of type PDGammaModifier and TypeMethodDescriptionvoid
PDAppearanceCharacteristicsDictionary.setBackground
(PDGamma c) This will set the background color.void
PDAppearanceCharacteristicsDictionary.setBorderColour
(PDGamma c) This will set the border color.void
This will set the colour used in drawing various elements.void
PDAnnotationLine.setInteriorColour
(PDGamma ic) This will set interior colour of the line endings defined in the LE entry.void
PDAnnotationSquareCircle.setInteriorColour
(PDGamma ic) This will set interior colour of the drawn area Colour is in DeviceRGB colourspace.