Searched defs:pageRanges (Results 1 - 1 of 1) 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...]

Completed in 34 milliseconds