Searched refs:getPageFormat (Results 1 - 22 of 22) sorted by relevance

/openjdk10/jdk/src/java.desktop/share/classes/java/awt/print/
H A DPageable.java70 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.java410 public PageFormat getPageFormat(PrintRequestAttributeSet attributes) { method in class:PrinterJob
/openjdk10/jdk/src/java.desktop/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.java624 PageFormat pageFormat = getPageable().getPageFormat(0);
2296 public PageFormat getPageFormat(int pgIndex) { method in class:PSPrinterJob.EPSPrinter
H A DRasterPrinterJob.java1329 /* We could almost(!) use PrinterJob.getPageFormat() except
1334 PageFormat pf = (PageFormat)pageable.getPageFormat(0).clone();
2095 origPage = document.getPageFormat(pageIndex);
H A DPathGraphics.java118 protected PageFormat getPageFormat() { method in class:PathGraphics
/openjdk10/jdk/test/java/awt/print/PrinterJob/
H A DTestPgfmtSetMPA.java26 * @summary Verifies if getPageFormat returns correct mediaprintable value
45 PageFormat pf2 = job.getPageFormat(pras);
59 pf2 = job.getPageFormat(pras);
68 throw new RuntimeException("getPageFormat doesn't apply specified "
H A DExceptionTest.java68 public PageFormat getPageFormat(int pageIndex) { method in class:ExceptionTest.TextCanvas
H A DPrintAttributeUpdateTest.java76 public PageFormat getPageFormat(int pageIndex) { method in class:PrintAttributeUpdateTest
H A DPrintRotatedText.java108 public PageFormat getPageFormat(int pageIndex) { method in class:PrintRotatedText.TextCanvas
H A DPrintDlgPageable.java168 public PageFormat getPageFormat(int pageIndex) { method in class:PageableHandler
/openjdk10/jdk/src/java.desktop/macosx/classes/sun/lwawt/macosx/
H A DCPrinterGraphicsConfig.java46 public PageFormat getPageFormat() { method in class:CPrinterGraphicsConfig
H A DCPrinterJob.java584 private PageFormat getPageFormat(int pageIndex) { method in class:CPrinterJob
588 page = getPageable().getPageFormat(pageIndex);
715 PageFormat pageFormat = pageable.getPageFormat(pageIndex);
/openjdk10/jdk/test/java/awt/print/PageFormat/
H A DValidateCustom.java69 public PageFormat getPageFormat(int index){ method in class:ValidateCustom
H A DPageFormatFromAttributes.java66 PageFormat pf = job.getPageFormat(aset);
H A DCustomPaper.java68 public PageFormat getPageFormat(int index){ method in class:CustomPaper
/openjdk10/jdk/test/java/awt/print/Dialog/
H A DPrintDlgPageable.java104 public PageFormat getPageFormat(int pageIndex) { method in class:PageableHandler
105 System.out.println("getPageFormat called "+pageIndex);
/openjdk10/jdk/test/java/awt/print/Headless/
H A DHeadlessPrinterJob.java91 public PageFormat getPageFormat(int pageIndex) throws IndexOutOfBoundsException { method in class:HeadlessPrinterJob.testPageable
/openjdk10/jdk/src/java.desktop/windows/classes/sun/awt/windows/
H A DWPathGraphics.java131 getPageFormat(),
502 int orient = getPageFormat().getOrientation();
667 int orient = getPageFormat().getOrientation();
1391 PageFormat pageFormat = getPageFormat();
1434 proxy.transform(new AffineTransform(getPageFormat().getMatrix()));
/openjdk10/jdk/test/java/awt/print/PrinterJob/ImagePrinting/
H A DClippedImages.java197 public PageFormat getPageFormat(int pageIndex) method in class:ClippedImageCanvas

Completed in 133 milliseconds