Uses of Class
org.apache.pdfbox.pdmodel.graphics.color.PDSeparation
-
Packages that use PDSeparation Package Description org.apache.pdfbox.debugger.colorpane org.apache.pdfbox.pdmodel.graphics.color This package deals with colors that are stored in a PDF document. -
-
Uses of PDSeparation in org.apache.pdfbox.debugger.colorpane
Fields in org.apache.pdfbox.debugger.colorpane declared as PDSeparation Modifier and Type Field Description private PDSeparation
CSSeparation. separation
-
Uses of PDSeparation in org.apache.pdfbox.pdmodel.graphics.color
Fields in org.apache.pdfbox.pdmodel.graphics.color declared as PDSeparation Modifier and Type Field Description private PDSeparation[]
PDDeviceN. spotColorSpaces
Methods in org.apache.pdfbox.pdmodel.graphics.color that return types with arguments of type PDSeparation Modifier and Type Method Description java.util.Map<java.lang.String,PDSeparation>
PDDeviceNAttributes. getColorants()
Returns a map of colorants and their associated Separation color space.
-