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

/openjdk7/jdk/src/share/classes/sun/print/
H A DRasterPrinterJob.java1622 protected int getCopiesInt() { method in class:RasterPrinterJob
1765 return isCollated() ? getCopiesInt() : 1;
1775 return isCollated() ? 1 : getCopiesInt();

Completed in 34 milliseconds