Searched refs:Finishings (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DFinishings.java34 * Class Finishings is a printing attribute class, an enumeration, that
42 * Standard Finishings values are:
77 * The following Finishings values are more specific; they indicate a
166 * The effect of a Finishings attribute on a multidoc print job (a job
212 * <B>IPP Compatibility:</B> Class Finishings encapsulates some of the
218 * In IPP Finishings is a multi-value attribute, this API currently allows
223 public class Finishings extends EnumSyntax class in inherits:EnumSyntax,DocAttribute,PrintRequestAttribute,PrintJobAttribute
231 public static final Finishings NONE = new Finishings(3);
237 public static final Finishings STAPL
361 protected Finishings(int value) { method in class:Finishings
[all...]
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DIPPPrintService.java145 Finishings.NONE,
545 } else if (category == Finishings.class) {
552 Finishings[] finSup = new Finishings[finArray.length];
554 finSup[i] = Finishings.NONE;
555 Finishings[] fAll = (Finishings[])
773 //This class is for getting all pre-defined Finishings
774 private class ExtFinishing extends Finishings {
1401 } else if (category == Finishings
[all...]

Completed in 33 milliseconds