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

/openjdk7/jdk/src/share/classes/java/awt/
H A DJobAttributes.java251 private int minPage; field in class:JobAttributes
308 * to <i>minPage</i>
309 * @param minPage an integer greater than zero and less than or equal
318 * less than <i>minPage</i> nor greater than <i>maxPage</i>;
337 String fileName, int maxPage, int minPage,
346 setMinPage(minPage);
382 minPage = obj.minPage;
558 * <i>toPage</i> and greater than or equal to <i>minPage</i> and
580 * setPageRanges(new int[][] { new int[] { <i>minPage</
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
653 setMinPage(int minPage) argument
[all...]

Completed in 3776 milliseconds