public class PDDeviceNAttributes extends Object
Constructor and Description |
---|
PDDeviceNAttributes()
Constructor.
|
PDDeviceNAttributes(COSDictionary attributes)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
Map |
getColorants()
This will get a map of colorants.
|
COSDictionary |
getCOSDictionary()
This will get the underlying cos dictionary.
|
void |
setColorants(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 Map getColorants() throws IOException
IOException
- If there is an error getting the colorspaces.public void setColorants(Map colorants)
colorants
- The map of colorants.Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.