Class PDDeviceNProcess
java.lang.Object
org.apache.pdfbox.pdmodel.graphics.color.PDDeviceNProcess
A DeviceN Process Dictionary
- Author:
- John Hewson
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new DeviceN Process Dictionary.PDDeviceNProcess
(COSDictionary attributes) Creates a new DeviceN Process Dictionary from the given attributes. -
Method Summary
Modifier and TypeMethodDescriptionReturns the process color spaceReturns the names of the color components.Returns the underlying COS dictionary.toString()
-
Constructor Details
-
PDDeviceNProcess
public PDDeviceNProcess()Creates a new DeviceN Process Dictionary. -
PDDeviceNProcess
Creates a new DeviceN Process Dictionary from the given attributes.- Parameters:
attributes
- a DeviceN attributes dictionary
-
-
Method Details
-
getCOSDictionary
Returns the underlying COS dictionary.- Returns:
- the underlying COS dictionary.
-
getColorSpace
Returns the process color space- Returns:
- the process color space
- Throws:
IOException
- if the color space cannot be read
-
getComponents
Returns the names of the color components.- Returns:
- the names of the color components
-
toString
-