Uses of Class
org.apache.pdfbox.pdmodel.graphics.color.PDDeviceNAttributes
-
Packages that use PDDeviceNAttributes Package Description org.apache.pdfbox.pdmodel.graphics.color This package deals with colors that are stored in a PDF document. -
-
Uses of PDDeviceNAttributes in org.apache.pdfbox.pdmodel.graphics.color
Fields in org.apache.pdfbox.pdmodel.graphics.color declared as PDDeviceNAttributes Modifier and Type Field Description private PDDeviceNAttributes
PDDeviceN. attributes
Methods in org.apache.pdfbox.pdmodel.graphics.color that return PDDeviceNAttributes Modifier and Type Method Description PDDeviceNAttributes
PDDeviceN. getAttributes()
Returns the attributes associated with the DeviceN color space.Methods in org.apache.pdfbox.pdmodel.graphics.color with parameters of type PDDeviceNAttributes Modifier and Type Method Description void
PDDeviceN. setAttributes(PDDeviceNAttributes attributes)
Sets the color space attributes.
-