Uses of Class
org.pdfbox.pdmodel.graphics.color.PDDeviceNAttributes

Packages that use PDDeviceNAttributes
org.pdfbox.pdmodel.graphics.color This package deals with colors that are stored in a PDF document. 
 

Uses of PDDeviceNAttributes in org.pdfbox.pdmodel.graphics.color
 

Methods in org.pdfbox.pdmodel.graphics.color that return PDDeviceNAttributes
 PDDeviceNAttributes PDDeviceN.getAttributes()
          This will get the attributes that are associated with the deviceN color space.
 

Methods in org.pdfbox.pdmodel.graphics.color with parameters of type PDDeviceNAttributes
 void PDDeviceN.setAttributes(PDDeviceNAttributes attributes)
          This will set the color space attributes.