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 PDGamma
PDFourColours. getAfterColour()
Gets the colour for the after edge.PDGamma
PDLayoutAttributeObject. getBackgroundColor()
Gets the background colour (BackgroundColor).PDGamma
PDFourColours. getBeforeColour()
Gets the colour for the before edge.PDGamma
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
PDStandardAttributeObject. getColor(java.lang.String name)
Gets a colour.private PDGamma
PDFourColours. getColourByIndex(int index)
Gets the colour by edge index.PDGamma
PDFourColours. getEndColour()
Gets the colour for the end edge.PDGamma
PDFourColours. getStartColour()
Gets the colour for the start edge.PDGamma
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 PDGamma Modifier and Type Method Description void
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
PDLayoutAttributeObject. 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 void
PDStandardAttributeObject. setColor(java.lang.String name, PDGamma value)
Sets a colour.private void
PDFourColours. setColourByIndex(int index, PDGamma colour)
Sets the colour by edge index.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 PDGamma Modifier and Type Method Description PDGamma
PDCalRGB. getGamma()
Returns the gamma value.Methods in org.apache.pdfbox.pdmodel.graphics.color with parameters of type PDGamma Modifier and Type Method Description void
PDCalRGB. setGamma(PDGamma gamma)
Sets the gamma value.
-