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

/openjdk7/jdk/test/java/awt/print/PrinterJob/
H A DPageRanges.java28 * @run main/manual=yesno PageRanges
34 public class PageRanges implements Printable { class in inherits:Printable
53 job.setPrintable(new PageRanges());
/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DPageRanges.java35 * Class PageRanges is a printing attribute class, a set of integers, that
51 * If a PageRanges attribute is not specified for a print job, all pages of
53 * PageRanges attribute is always <CODE>{{1, Integer.MAX_VALUE}}</CODE>.
55 * The effect of a PageRanges attribute on a multidoc print job (a job with
97 * <B>IPP Compatibility:</B> The PageRanges attribute's canonical array form
108 public final class PageRanges extends SetOfIntegerSyntax class in inherits:SetOfIntegerSyntax,DocAttribute,PrintRequestAttribute,PrintJobAttribute
131 public PageRanges(int[][] members) { method in class:PageRanges
157 public PageRanges(String members) { method in class:PageRanges
189 public PageRanges(int member) { method in class:PageRanges
208 public PageRanges(in method in class:PageRanges
[all...]

Completed in 34 milliseconds