public class PDDeviceNProcess
extends java.lang.Object
Constructor | 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 | 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() |
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
Copyright © 2002–2018. All rights reserved.