public class PDDeviceNProcess
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private COSDictionary |
dictionary |
Constructor and Description |
---|
PDDeviceNProcess()
Creates a new DeviceN Process Dictionary.
|
PDDeviceNProcess(COSDictionary attributes)
Creates a new DeviceN Process Dictionary from the given attributes.
|
Modifier and Type | Method and Description |
---|---|
PDColorSpace |
getColorSpace()
Returns the process color space
|
java.util.List<java.lang.String> |
getComponents()
Returns the names of the color components.
|
COSDictionary |
getCOSDictionary()
Returns the underlying COS dictionary.
|
java.lang.String |
toString() |
private final COSDictionary dictionary
public PDDeviceNProcess()
public PDDeviceNProcess(COSDictionary attributes)
attributes
- a DeviceN attributes dictionarypublic COSDictionary getCOSDictionary()
public PDColorSpace getColorSpace() throws java.io.IOException
java.io.IOException
- if the color space cannot be readpublic java.util.List<java.lang.String> getComponents()
public java.lang.String toString()
toString
in class java.lang.Object