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

/openjdk7/jdk/src/share/classes/java/awt/
H A DJobAttributes.java253 private int[][] pageRanges; field in class:JobAttributes
314 * @param pageRanges an array of integer arrays of two elements; an array
339 int[][] pageRanges, String printer, SidesType sides) {
348 setPageRanges(pageRanges);
384 // okay because we never modify the contents of pageRanges
385 pageRanges = obj.pageRanges;
566 } else if (pageRanges != null) {
576 * specified, then the values from the pageRanges attribute are used. If
577 * pageRanges an
335 JobAttributes(int copies, DefaultSelectionType defaultSelection, DestinationType destination, DialogType dialog, String fileName, int maxPage, int minPage, MultipleDocumentHandlingType multipleDocumentHandling, int[][] pageRanges, String printer, SidesType sides) argument
768 setPageRanges(int[][] pageRanges) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/print/
H A DPrintJob2D.java336 int[][] pageRanges = this.jobAttributes.getPageRanges();
337 int first = pageRanges[0][0];
338 int last = pageRanges[pageRanges.length - 1][1];

Completed in 33 milliseconds