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

/openjdk7/jdk/test/java/awt/print/PrinterJob/
H A DExceptionTest.java78 public int print(Graphics g, PageFormat pgFmt, int pgIndex) { argument
79 System.out.println("****"+pgIndex);
H A DPrintAWTImage.java78 public int print(Graphics g, PageFormat pgFmt, int pgIndex) { argument
79 if (pgIndex > 0)
/openjdk7/jdk/test/java/awt/print/PrinterJob/ImagePrinting/
H A DImageTypes.java175 public int print(Graphics g, PageFormat pgFmt, int pgIndex) { argument
177 if (pgIndex > 0) {
H A DClippedImages.java240 public int print(Graphics g, PageFormat pgFmt, int pgIndex) { argument
242 if (pgIndex > getNumberOfPages()-1) {
/openjdk7/jdk/src/share/classes/sun/print/
H A DPSPrinterJob.java2135 public int print(Graphics g, PageFormat pf, int pgIndex) { argument
2136 if (pgIndex > 0) {
2230 public PageFormat getPageFormat(int pgIndex) { argument
2231 if (pgIndex > 0) {
2232 throw new IndexOutOfBoundsException("pgIndex");
2238 public Printable getPrintable(int pgIndex) { argument
2239 if (pgIndex > 0) {
2240 throw new IndexOutOfBoundsException("pgIndex");

Completed in 386 milliseconds