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

/openjdk7/jdk/src/share/classes/sun/print/
H A DRasterPrinterJob.java1726 protected boolean isCollated() { method in class:RasterPrinterJob
1765 return isCollated() ? getCopiesInt() : 1;
1775 return isCollated() ? 1 : getCopiesInt();
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPrinterJob.java831 protected boolean isCollated() { method in class:WPrinterJob
846 if (super.isCollated() && !driverDoesCollation) {
866 if (driverDoesMultipleCopies || super.isCollated()) {

Completed in 42 milliseconds