Class PDDeviceColorSpace
- java.lang.Object
-
- com.tom_roush.pdfbox.pdmodel.graphics.color.PDColorSpace
-
- com.tom_roush.pdfbox.pdmodel.graphics.color.PDDeviceColorSpace
-
- All Implemented Interfaces:
COSObjectable
- Direct Known Subclasses:
PDDeviceGray,PDDeviceRGB
public abstract class PDDeviceColorSpace extends PDColorSpace
Device colour spaces directly specify colours or shades of gray produced by an output device.
-
-
Field Summary
-
Fields inherited from class com.tom_roush.pdfbox.pdmodel.graphics.color.PDColorSpace
array
-
-
Constructor Summary
Constructors Constructor Description PDDeviceColorSpace()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description COSBasegetCOSObject()Convert this standard java object to a COS object.StringtoString()-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from class com.tom_roush.pdfbox.pdmodel.graphics.color.PDColorSpace
create, create, getDefaultDecode, getInitialColor, getName, getNumberOfComponents, toRGB, toRGBImage
-
-
-
-
Method Detail
-
getCOSObject
public COSBase 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.
-
-