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

/openjdk7/jdk/src/share/classes/java/awt/print/
H A DPageable.java68 PageFormat getPageFormat(int pageIndex) method in interface:Pageable
H A DBook.java79 public PageFormat getPageFormat(int pageIndex) method in class:Book
82 return getPage(pageIndex).getPageFormat();
217 PageFormat getPageFormat() { method in class:Book.BookPage
H A DPrinterJob.java413 public PageFormat getPageFormat(PrintRequestAttributeSet attributes) { method in class:PrinterJob
/openjdk7/jdk/test/java/awt/print/PrinterJob/
H A DExceptionTest.java67 public PageFormat getPageFormat(int pageIndex) { method in class:ExceptionTest.TextCanvas
/openjdk7/jdk/src/share/classes/sun/print/
H A DOpenBook.java81 public PageFormat getPageFormat(int pageIndex) { method in class:OpenBook
H A DPathGraphics.java117 protected PageFormat getPageFormat() { method in class:PathGraphics
H A DPSPrinterJob.java603 PageFormat pageFormat = getPageable().getPageFormat(0);
2230 public PageFormat getPageFormat(int pgIndex) { method in class:PSPrinterJob.EPSPrinter
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCPrinterGraphicsConfig.java46 public PageFormat getPageFormat() { method in class:CPrinterGraphicsConfig
H A DCPrinterJob.java489 private PageFormat getPageFormat(int pageIndex) { method in class:CPrinterJob
493 page = getPageable().getPageFormat(pageIndex);
620 PageFormat pageFormat = pageable.getPageFormat(pageIndex);
/openjdk7/jdk/test/java/awt/print/PrinterJob/ImagePrinting/
H A DClippedImages.java197 public PageFormat getPageFormat(int pageIndex) method in class:ClippedImageCanvas

Completed in 61 milliseconds