|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pdfbox.pdmodel.graphics.color.PDDeviceNAttributes
public class PDDeviceNAttributes
This class represents attributes for a DeviceN color space.
Constructor Summary | |
---|---|
PDDeviceNAttributes()
Constructor. |
|
PDDeviceNAttributes(COSDictionary attributes)
Constructor. |
Method Summary | |
---|---|
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PDDeviceNAttributes()
public PDDeviceNAttributes(COSDictionary attributes)
attributes
- A dictionary that has all of the attributes.Method Detail |
---|
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.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |