Uses of Class
org.pdfbox.pdmodel.graphics.color.PDGamma

Packages that use PDGamma
org.pdfbox.pdmodel.graphics.color This package deals with colors that are stored in a PDF document. 
org.pdfbox.pdmodel.interactive.annotation The annotation package contains classes that work with PDF annotation elements. 
 

Uses of PDGamma in org.pdfbox.pdmodel.graphics.color
 

Methods in org.pdfbox.pdmodel.graphics.color that return PDGamma
 PDGamma PDCalRGB.getGamma()
          This will get the gamma value.
 

Methods in org.pdfbox.pdmodel.graphics.color with parameters of type PDGamma
 void PDCalRGB.setGamma(PDGamma value)
          Set the gamma value.
 

Uses of PDGamma in org.pdfbox.pdmodel.interactive.annotation
 

Methods in org.pdfbox.pdmodel.interactive.annotation that return PDGamma
 PDGamma PDAnnotationSquareCircle.getInteriorColour()
          This will retrieve the interior colour of the drawn area Colour is in DeviceRGB colourspace.
 PDGamma PDAnnotationLine.getInteriorColour()
          This will retrieve the interior colour of the line endings defined in the LE entry.
 PDGamma PDAnnotation.getColour()
          This will retrieve the colour used in drawing various elements.
 

Methods in org.pdfbox.pdmodel.interactive.annotation with parameters of type PDGamma
 void PDAnnotationSquareCircle.setInteriorColour(PDGamma ic)
          This will set interior colour of the drawn area Colour is in DeviceRGB colourspace.
 void PDAnnotationLine.setInteriorColour(PDGamma ic)
          This will set interior colour of the line endings defined in the LE entry.
 void PDAnnotation.setColour(PDGamma c)
          This will set the colour used in drawing various elements.