Uses of Class
org.apache.pdfbox.pdmodel.graphics.color.PDGamma
-
Packages that use PDGamma Package Description org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf The tagged PDF package provides a mechanism for incorporating "tags" (standard structure types and attributes) into a PDF file.org.apache.pdfbox.pdmodel.graphics.color 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 PDGamma Modifier and Type Method Description PDGammaPDFourColours. getAfterColour()Gets the colour for the after edge.PDGammaPDLayoutAttributeObject. getBackgroundColor()Gets the background colour (BackgroundColor).PDGammaPDFourColours. getBeforeColour()Gets the colour for the before edge.PDGammaPDLayoutAttributeObject. 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 PDGammaPDStandardAttributeObject. getColor(java.lang.String name)Gets a colour.PDGammaPDFourColours. getEndColour()Gets the colour for the end edge.PDGammaPDFourColours. getStartColour()Gets the colour for the start edge.PDGammaPDLayoutAttributeObject. getTextDecorationColor()Gets the colour to be used for drawing text decorations (TextDecorationColor).Methods in org.apache.pdfbox.pdmodel.documentinterchange.taggedpdf with parameters of type PDGamma Modifier and Type Method Description voidPDFourColours. 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.voidPDLayoutAttributeObject. setColor(PDGamma color)Sets the color to be used for drawing text and the default value for the colour of table borders and text decorations (Color).protected voidPDStandardAttributeObject. setColor(java.lang.String name, PDGamma value)Sets 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.apache.pdfbox.pdmodel.graphics.color
Methods in org.apache.pdfbox.pdmodel.graphics.color that return PDGamma Modifier and Type Method Description PDGammaPDCalRGB. getGamma()Returns the gamma value.Methods in org.apache.pdfbox.pdmodel.graphics.color with parameters of type PDGamma Modifier and Type Method Description voidPDCalRGB. setGamma(PDGamma gamma)Sets the gamma value.
-