public class PDDeviceNProcess extends Object
| 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
|
List<String> |
getComponents()
Returns the names of the color components.
|
COSDictionary |
getCOSDictionary()
Returns the underlying COS dictionary.
|
String |
toString() |
public PDDeviceNProcess()
public PDDeviceNProcess(COSDictionary attributes)
attributes - a DeviceN attributes dictionarypublic COSDictionary getCOSDictionary()
public PDColorSpace getColorSpace() throws IOException
IOException - if the color space cannot be readpublic List<String> getComponents()
Copyright © 2002–2022 The Apache Software Foundation. All rights reserved.