Class PDDeviceColorSpace
java.lang.Object
org.apache.pdfbox.pdmodel.graphics.color.PDColorSpace
org.apache.pdfbox.pdmodel.graphics.color.PDDeviceColorSpace
- All Implemented Interfaces:
COSObjectable
- Direct Known Subclasses:
PDDeviceCMYK, PDDeviceGray, PDDeviceRGB
Device colour spaces directly specify colours or shades of gray produced by an output device.
- Author:
- John Hewson
-
Field Summary
Fields inherited from class PDColorSpace
array -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class PDColorSpace
create, create, create, getDefaultDecode, getInitialColor, getName, getNumberOfComponents, toRawImage, toRawImage, toRGB, toRGBImage, toRGBImageAWT
-
Constructor Details
-
PDDeviceColorSpace
public PDDeviceColorSpace()
-
-
Method Details
-
toString
-
getCOSObject
Description copied from interface:COSObjectableConvert this standard java object to a COS object.- Specified by:
getCOSObjectin interfaceCOSObjectable- Overrides:
getCOSObjectin classPDColorSpace- Returns:
- The cos object that matches this Java object.
-