Uses of Class
org.sejda.sambox.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.
-
Uses of PDGamma in org.sejda.sambox.pdmodel.documentinterchange.taggedpdf
Methods in org.sejda.sambox.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 PDGammaGets 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.sejda.sambox.pdmodel.documentinterchange.taggedpdf with parameters of type PDGammaModifier and TypeMethodDescriptionvoidPDFourColours.setAfterColour(PDGamma colour) Sets the colour for the after edge.voidPDLayoutAttributeObject.setAllBorderColors(PDGamma borderColor) Sets the same border colour for all four sides (BorderColor).voidPDLayoutAttributeObject.setBackgroundColor(PDGamma backgroundColor) Sets the background colour (BackgroundColor).voidPDFourColours.setBeforeColour(PDGamma colour) Sets the colour for the before edge.voidSets the color to be used for drawing text and the default value for the colour of table borders and text decorations (Color).protected voidSets a colour.voidPDFourColours.setEndColour(PDGamma colour) Sets the colour for the end edge.voidPDFourColours.setStartColour(PDGamma colour) Sets the colour for the start edge.voidPDLayoutAttributeObject.setTextDecorationColor(PDGamma textDecorationColor) Sets the colour to be used for drawing text decorations (TextDecorationColor). -
Uses of PDGamma in org.sejda.sambox.pdmodel.graphics.color
Methods in org.sejda.sambox.pdmodel.graphics.color that return PDGammaMethods in org.sejda.sambox.pdmodel.graphics.color with parameters of type PDGamma