Searched refs:getPageFormat (Results 1 - 14 of 14) 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/src/share/classes/sun/print/
H A DOpenBook.java81 public PageFormat getPageFormat(int pageIndex) { method in class:OpenBook
H A DPSPathGraphics.java86 getPageFormat(),
644 PageFormat pageFormat = getPageFormat();
686 proxy.transform(new AffineTransform(getPageFormat().getMatrix()));
H A DPSPrinterJob.java603 PageFormat pageFormat = getPageable().getPageFormat(0);
2230 public PageFormat getPageFormat(int pgIndex) { method in class:PSPrinterJob.EPSPrinter
H A DRasterPrinterJob.java1165 /* We could almost(!) use PrinterJob.getPageFormat() except
1170 PageFormat pf = (PageFormat)pageable.getPageFormat(0).clone();
1834 origPage = document.getPageFormat(pageIndex);
H A DPathGraphics.java117 protected PageFormat getPageFormat() { method in class:PathGraphics
/openjdk7/jdk/test/java/awt/print/PrinterJob/
H A DExceptionTest.java67 public PageFormat getPageFormat(int pageIndex) { method in class:ExceptionTest.TextCanvas
/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/PageFormat/
H A DPageFormatFromAttributes.java66 PageFormat pf = job.getPageFormat(aset);
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWPathGraphics.java131 getPageFormat(),
1336 PageFormat pageFormat = getPageFormat();
1379 proxy.transform(new AffineTransform(getPageFormat().getMatrix()));
/openjdk7/jdk/test/java/awt/print/PrinterJob/ImagePrinting/
H A DClippedImages.java197 public PageFormat getPageFormat(int pageIndex) method in class:ClippedImageCanvas

Completed in 63 milliseconds