Uses of Class
org.faceless.pdf2.OutputProfile.Separation
-
Packages that use OutputProfile.Separation Package Description org.faceless.pdf2 Contains the classes used to create a PDF document -
-
Uses of OutputProfile.Separation in org.faceless.pdf2
Methods in org.faceless.pdf2 that return types with arguments of type OutputProfile.Separation Modifier and Type Method Description List<OutputProfile.Separation>
OutputProfile. getColorSeparations()
Return a read-only List of color separations used in this PDF.Methods in org.faceless.pdf2 with parameters of type OutputProfile.Separation Modifier and Type Method Description int
OutputProfile.Separation. compareTo(OutputProfile.Separation s)
Compare two Separations for sorting.
-