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.org.apache.pdfbox.pdmodel.interactive.annotation 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 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()This will get the gamma value.Methods in org.apache.pdfbox.pdmodel.graphics.color with parameters of type PDGamma Modifier and Type Method Description voidPDCalRGB. setGamma(PDGamma value)Set the gamma value.Constructors in org.apache.pdfbox.pdmodel.graphics.color with parameters of type PDGamma Constructor Description ColorSpaceCalRGB(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 PDGamma Modifier and Type Method Description PDGammaPDAppearanceCharacteristicsDictionary. getBackground()This will retrieve the background color.PDGammaPDAppearanceCharacteristicsDictionary. getBorderColour()This will retrieve the border color.PDGammaPDAnnotation. getColour()This will retrieve the colour used in drawing various elements.PDGammaPDAnnotationLine. getInteriorColour()This will retrieve the interior colour of the line endings defined in the LE entry.PDGammaPDAnnotationSquareCircle. 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 PDGamma Modifier and Type Method Description voidPDAppearanceCharacteristicsDictionary. setBackground(PDGamma c)This will set the background color.voidPDAppearanceCharacteristicsDictionary. setBorderColour(PDGamma c)This will set the border color.voidPDAnnotation. setColour(PDGamma c)This will set the colour used in drawing various elements.voidPDAnnotationLine. setInteriorColour(PDGamma ic)This will set interior colour of the line endings defined in the LE entry.voidPDAnnotationSquareCircle. setInteriorColour(PDGamma ic)This will set interior colour of the drawn area Colour is in DeviceRGB colourspace.
-