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

/openjdk7/jdk/src/share/classes/java/awt/print/
H A DPrinterJob.java567 * @see #getCopies
576 public abstract int getCopies(); method in class:PrinterJob
/openjdk7/jdk/src/share/classes/java/awt/
H A DJobAttributes.java400 public int getCopies() { method in class:JobAttributes
1056 return "copies=" + getCopies() + ",defaultSelection=" +
/openjdk7/jdk/src/share/classes/sun/print/
H A DRasterPrinterJob.java931 attributes.add(new Copies(getCopies()));
1103 copiesAttr = getCopies();
1615 public int getCopies() { method in class:RasterPrinterJob
1623 return (copiesAttr > 0) ? copiesAttr : getCopies();

Completed in 56 milliseconds