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.
-
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 PDGamma