public class PDDeviceNAttributes
extends java.lang.Object
Constructor | Description |
---|---|
PDDeviceNAttributes() |
Constructor.
|
PDDeviceNAttributes(COSDictionary attributes) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
java.util.Map |
getColorants() |
This will get a map of colorants.
|
COSDictionary |
getCOSDictionary() |
This will get the underlying cos dictionary.
|
void |
setColorants(java.util.Map colorants) |
This will replace the existing colorant attribute.
|
public PDDeviceNAttributes()
public PDDeviceNAttributes(COSDictionary attributes)
attributes
- A dictionary that has all of the attributes.public COSDictionary getCOSDictionary()
public java.util.Map getColorants() throws java.io.IOException
java.io.IOException
- If there is an error getting the colorspaces.public void setColorants(java.util.Map colorants)
colorants
- The map of colorants.