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 classPDDeviceCMYKAllows colors to be specified according to the subtractive CMYK (cyan, magenta, yellow, black) model typical of printers and other paper-based output devices.classPDDeviceGrayA color space with black, white, and intermediate shades of gray.classPDDeviceRGBColours in the DeviceRGB colour space are specified according to the additive RGB (red-green-blue) colour model.
-