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.
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 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.apache.pdfbox.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.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 PDGammaConstructors in org.apache.pdfbox.pdmodel.graphics.color with parameters of type PDGammaModifierConstructorDescriptionColorSpaceCalRGB(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 PDGammaModifier and TypeMethodDescriptionPDAppearanceCharacteristicsDictionary.getBackground()This will retrieve the background color.PDAppearanceCharacteristicsDictionary.getBorderColour()This will retrieve the border color.PDAnnotation.getColour()This will retrieve the colour used in drawing various elements.PDAnnotationLine.getInteriorColour()This will retrieve the interior colour of the line endings defined in the LE entry.PDAnnotationSquareCircle.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 PDGammaModifier and TypeMethodDescriptionvoidPDAppearanceCharacteristicsDictionary.setBackground(PDGamma c) This will set the background color.voidPDAppearanceCharacteristicsDictionary.setBorderColour(PDGamma c) This will set the border color.voidThis 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.