Searched defs:Copies (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DCopies.java33 * Class Copies is an integer valued printing attribute class that specifies the
40 * The effect of a Copies attribute with a value of <I>n</I> on a multidoc print
72 public final class Copies extends IntegerSyntax class in inherits:IntegerSyntax,PrintRequestAttribute,PrintJobAttribute
85 public Copies(int value) { method in class:Copies
96 * <CODE>object</CODE> is an instance of class Copies.
108 return super.equals (object) && object instanceof Copies;
115 * For class Copies, the category is class Copies itself.
121 return Copies.class;
128 * For class Copies, th
[all...]

Completed in 29 milliseconds