Uses of Class
org.apache.pdfbox.pdmodel.graphics.color.PDDeviceColorSpace
-
Packages that use PDDeviceColorSpace Package Description org.apache.pdfbox.pdmodel.graphics.color This package deals with colors that are stored in a PDF document. -
-
Uses of PDDeviceColorSpace in org.apache.pdfbox.pdmodel.graphics.color
Subclasses of PDDeviceColorSpace in org.apache.pdfbox.pdmodel.graphics.color Modifier and Type Class Description class
PDDeviceCMYK
Allows colors to be specified according to the subtractive CMYK (cyan, magenta, yellow, black) model typical of printers and other paper-based output devices.class
PDDeviceGray
A color space with black, white, and intermediate shades of gray.class
PDDeviceRGB
Colours in the DeviceRGB colour space are specified according to the additive RGB (red-green-blue) colour model.
-