Home
last modified time | relevance | path

Searched refs:myPageFormat (Results 1 – 25 of 30) sorted by relevance

12

/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/print/PageFormat/
H A DPageSetupDialog.java42 PageFormat myPageFormat; field in PageSetupDialog
65 (myPageFormat.getImageableX() + myPageFormat.getImageableWidth()))); in displayPageFormatAttributes()
72 (myPageFormat.getImageableY() + myPageFormat.getImageableHeight()))); in displayPageFormatAttributes()
75 int o = myPageFormat.getOrientation(); in displayPageFormatAttributes()
78 myPageFormat.setOrientation(PageFormat.REVERSE_LANDSCAPE); in displayPageFormatAttributes()
81 myPageFormat.setOrientation(PageFormat.LANDSCAPE); in displayPageFormatAttributes()
89 Paper p = myPageFormat.getPaper(); in displayPageFormatAttributes()
105 myPageFormat = new PageFormat(); in PageSetupDialog()
110 myPageFormat.setPaper(p); in PageSetupDialog()
135 int o = myPageFormat.getOrientation(); in PageSetupDialog()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/print/PageFormat/
H A DPageSetupDialog.java42 PageFormat myPageFormat; field in PageSetupDialog
65 (myPageFormat.getImageableX() + myPageFormat.getImageableWidth()))); in displayPageFormatAttributes()
72 (myPageFormat.getImageableY() + myPageFormat.getImageableHeight()))); in displayPageFormatAttributes()
75 int o = myPageFormat.getOrientation(); in displayPageFormatAttributes()
78 myPageFormat.setOrientation(PageFormat.REVERSE_LANDSCAPE); in displayPageFormatAttributes()
81 myPageFormat.setOrientation(PageFormat.LANDSCAPE); in displayPageFormatAttributes()
89 Paper p = myPageFormat.getPaper(); in displayPageFormatAttributes()
105 myPageFormat = new PageFormat(); in PageSetupDialog()
110 myPageFormat.setPaper(p); in PageSetupDialog()
135 int o = myPageFormat.getOrientation(); in PageSetupDialog()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/print/PageFormat/
H A DPageSetupDialog.java42 PageFormat myPageFormat; field in PageSetupDialog
65 (myPageFormat.getImageableX() + myPageFormat.getImageableWidth()))); in displayPageFormatAttributes()
72 (myPageFormat.getImageableY() + myPageFormat.getImageableHeight()))); in displayPageFormatAttributes()
75 int o = myPageFormat.getOrientation(); in displayPageFormatAttributes()
78 myPageFormat.setOrientation(PageFormat.REVERSE_LANDSCAPE); in displayPageFormatAttributes()
81 myPageFormat.setOrientation(PageFormat.LANDSCAPE); in displayPageFormatAttributes()
89 Paper p = myPageFormat.getPaper(); in displayPageFormatAttributes()
105 myPageFormat = new PageFormat(); in PageSetupDialog()
110 myPageFormat.setPaper(p); in PageSetupDialog()
135 int o = myPageFormat.getOrientation(); in PageSetupDialog()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/print/PageFormat/
H A DPageSetupDialog.java42 PageFormat myPageFormat; field in PageSetupDialog
65 (myPageFormat.getImageableX() + myPageFormat.getImageableWidth()))); in displayPageFormatAttributes()
72 (myPageFormat.getImageableY() + myPageFormat.getImageableHeight()))); in displayPageFormatAttributes()
75 int o = myPageFormat.getOrientation(); in displayPageFormatAttributes()
78 myPageFormat.setOrientation(PageFormat.REVERSE_LANDSCAPE); in displayPageFormatAttributes()
81 myPageFormat.setOrientation(PageFormat.LANDSCAPE); in displayPageFormatAttributes()
89 Paper p = myPageFormat.getPaper(); in displayPageFormatAttributes()
105 myPageFormat = new PageFormat(); in PageSetupDialog()
110 myPageFormat.setPaper(p); in PageSetupDialog()
135 int o = myPageFormat.getOrientation(); in PageSetupDialog()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/print/PageFormat/
H A DPageSetupDialog.java42 PageFormat myPageFormat; field in PageSetupDialog
65 (myPageFormat.getImageableX() + myPageFormat.getImageableWidth()))); in displayPageFormatAttributes()
72 (myPageFormat.getImageableY() + myPageFormat.getImageableHeight()))); in displayPageFormatAttributes()
75 int o = myPageFormat.getOrientation(); in displayPageFormatAttributes()
78 myPageFormat.setOrientation(PageFormat.REVERSE_LANDSCAPE); in displayPageFormatAttributes()
81 myPageFormat.setOrientation(PageFormat.LANDSCAPE); in displayPageFormatAttributes()
89 Paper p = myPageFormat.getPaper(); in displayPageFormatAttributes()
105 myPageFormat = new PageFormat(); in PageSetupDialog()
110 myPageFormat.setPaper(p); in PageSetupDialog()
135 int o = myPageFormat.getOrientation(); in PageSetupDialog()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/print/PageFormat/
H A DPageSetupDialog.java42 PageFormat myPageFormat; field in PageSetupDialog
65 (myPageFormat.getImageableX() + myPageFormat.getImageableWidth()))); in displayPageFormatAttributes()
72 (myPageFormat.getImageableY() + myPageFormat.getImageableHeight()))); in displayPageFormatAttributes()
75 int o = myPageFormat.getOrientation(); in displayPageFormatAttributes()
78 myPageFormat.setOrientation(PageFormat.REVERSE_LANDSCAPE); in displayPageFormatAttributes()
81 myPageFormat.setOrientation(PageFormat.LANDSCAPE); in displayPageFormatAttributes()
89 Paper p = myPageFormat.getPaper(); in displayPageFormatAttributes()
105 myPageFormat = new PageFormat(); in PageSetupDialog()
110 myPageFormat.setPaper(p); in PageSetupDialog()
135 int o = myPageFormat.getOrientation(); in PageSetupDialog()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/awt/print/PageFormat/
H A DPageSetupDialog.java42 PageFormat myPageFormat; field in PageSetupDialog
65 (myPageFormat.getImageableX() + myPageFormat.getImageableWidth()))); in displayPageFormatAttributes()
72 (myPageFormat.getImageableY() + myPageFormat.getImageableHeight()))); in displayPageFormatAttributes()
75 int o = myPageFormat.getOrientation(); in displayPageFormatAttributes()
78 myPageFormat.setOrientation(PageFormat.REVERSE_LANDSCAPE); in displayPageFormatAttributes()
81 myPageFormat.setOrientation(PageFormat.LANDSCAPE); in displayPageFormatAttributes()
89 Paper p = myPageFormat.getPaper(); in displayPageFormatAttributes()
105 myPageFormat = new PageFormat(); in PageSetupDialog()
110 myPageFormat.setPaper(p); in PageSetupDialog()
135 int o = myPageFormat.getOrientation(); in PageSetupDialog()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/print/PageFormat/
H A DPageSetupDialog.java42 PageFormat myPageFormat; field in PageSetupDialog
65 (myPageFormat.getImageableX() + myPageFormat.getImageableWidth()))); in displayPageFormatAttributes()
72 (myPageFormat.getImageableY() + myPageFormat.getImageableHeight()))); in displayPageFormatAttributes()
75 int o = myPageFormat.getOrientation(); in displayPageFormatAttributes()
78 myPageFormat.setOrientation(PageFormat.REVERSE_LANDSCAPE); in displayPageFormatAttributes()
81 myPageFormat.setOrientation(PageFormat.LANDSCAPE); in displayPageFormatAttributes()
89 Paper p = myPageFormat.getPaper(); in displayPageFormatAttributes()
105 myPageFormat = new PageFormat(); in PageSetupDialog()
110 myPageFormat.setPaper(p); in PageSetupDialog()
135 int o = myPageFormat.getOrientation(); in PageSetupDialog()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/print/PageFormat/
H A DPageSetupDialog.java42 PageFormat myPageFormat; field in PageSetupDialog
65 (myPageFormat.getImageableX() + myPageFormat.getImageableWidth()))); in displayPageFormatAttributes()
72 (myPageFormat.getImageableY() + myPageFormat.getImageableHeight()))); in displayPageFormatAttributes()
75 int o = myPageFormat.getOrientation(); in displayPageFormatAttributes()
78 myPageFormat.setOrientation(PageFormat.REVERSE_LANDSCAPE); in displayPageFormatAttributes()
81 myPageFormat.setOrientation(PageFormat.LANDSCAPE); in displayPageFormatAttributes()
89 Paper p = myPageFormat.getPaper(); in displayPageFormatAttributes()
105 myPageFormat = new PageFormat(); in PageSetupDialog()
110 myPageFormat.setPaper(p); in PageSetupDialog()
135 int o = myPageFormat.getOrientation(); in PageSetupDialog()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/print/PageFormat/
H A DPageSetupDialog.java42 PageFormat myPageFormat; field in PageSetupDialog
65 (myPageFormat.getImageableX() + myPageFormat.getImageableWidth()))); in displayPageFormatAttributes()
72 (myPageFormat.getImageableY() + myPageFormat.getImageableHeight()))); in displayPageFormatAttributes()
75 int o = myPageFormat.getOrientation(); in displayPageFormatAttributes()
78 myPageFormat.setOrientation(PageFormat.REVERSE_LANDSCAPE); in displayPageFormatAttributes()
81 myPageFormat.setOrientation(PageFormat.LANDSCAPE); in displayPageFormatAttributes()
89 Paper p = myPageFormat.getPaper(); in displayPageFormatAttributes()
105 myPageFormat = new PageFormat(); in PageSetupDialog()
110 myPageFormat.setPaper(p); in PageSetupDialog()
135 int o = myPageFormat.getOrientation(); in PageSetupDialog()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/print/PrinterJob/ValidatePage/
H A DValidatePage.java39 PageFormat myPageFormat; field in ValidatePage
58 ("Format Right Margin = " + drnd(myPageFormat.getWidth() - in displayPageFormatAttributes()
59 (myPageFormat.getImageableX() + myPageFormat.getImageableWidth()))); in displayPageFormatAttributes()
66 (myPageFormat.getImageableY() + myPageFormat.getImageableHeight()))); in displayPageFormatAttributes()
69 int o = myPageFormat.getOrientation(); in displayPageFormatAttributes()
76 Paper p = myPageFormat.getPaper(); in displayPageFormatAttributes()
106 myPageFormat = new PageFormat(); in ValidatePage()
109 myPageFormat.setPaper(p); in ValidatePage()
169 myPageFormat = myPrinterJob.pageDialog (myPageFormat); in ValidatePage()
197 myPageFormat = myPrinterJob.validatePage(myPageFormat); in ValidatePage()
[all …]
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/java/awt/print/PrinterJob/ValidatePage/
H A DValidatePage.java39 PageFormat myPageFormat; field in ValidatePage
58 ("Format Right Margin = " + drnd(myPageFormat.getWidth() - in displayPageFormatAttributes()
59 (myPageFormat.getImageableX() + myPageFormat.getImageableWidth()))); in displayPageFormatAttributes()
66 (myPageFormat.getImageableY() + myPageFormat.getImageableHeight()))); in displayPageFormatAttributes()
69 int o = myPageFormat.getOrientation(); in displayPageFormatAttributes()
76 Paper p = myPageFormat.getPaper(); in displayPageFormatAttributes()
106 myPageFormat = new PageFormat(); in ValidatePage()
109 myPageFormat.setPaper(p); in ValidatePage()
169 myPageFormat = myPrinterJob.pageDialog (myPageFormat); in ValidatePage()
197 myPageFormat = myPrinterJob.validatePage(myPageFormat); in ValidatePage()
[all …]
/dports/java/openjdk11-jre/jdk11u-jdk-11.0.13-8-1/test/jdk/java/awt/print/PrinterJob/ValidatePage/
H A DValidatePage.java39 PageFormat myPageFormat; field in ValidatePage
58 ("Format Right Margin = " + drnd(myPageFormat.getWidth() - in displayPageFormatAttributes()
59 (myPageFormat.getImageableX() + myPageFormat.getImageableWidth()))); in displayPageFormatAttributes()
66 (myPageFormat.getImageableY() + myPageFormat.getImageableHeight()))); in displayPageFormatAttributes()
69 int o = myPageFormat.getOrientation(); in displayPageFormatAttributes()
76 Paper p = myPageFormat.getPaper(); in displayPageFormatAttributes()
106 myPageFormat = new PageFormat(); in ValidatePage()
109 myPageFormat.setPaper(p); in ValidatePage()
169 myPageFormat = myPrinterJob.pageDialog (myPageFormat); in ValidatePage()
197 myPageFormat = myPrinterJob.validatePage(myPageFormat); in ValidatePage()
[all …]
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/java/awt/print/PrinterJob/ValidatePage/
H A DValidatePage.java39 PageFormat myPageFormat; field in ValidatePage
58 ("Format Right Margin = " + drnd(myPageFormat.getWidth() - in displayPageFormatAttributes()
59 (myPageFormat.getImageableX() + myPageFormat.getImageableWidth()))); in displayPageFormatAttributes()
66 (myPageFormat.getImageableY() + myPageFormat.getImageableHeight()))); in displayPageFormatAttributes()
69 int o = myPageFormat.getOrientation(); in displayPageFormatAttributes()
76 Paper p = myPageFormat.getPaper(); in displayPageFormatAttributes()
106 myPageFormat = new PageFormat(); in ValidatePage()
109 myPageFormat.setPaper(p); in ValidatePage()
169 myPageFormat = myPrinterJob.pageDialog (myPageFormat); in ValidatePage()
197 myPageFormat = myPrinterJob.validatePage(myPageFormat); in ValidatePage()
[all …]
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/java/awt/print/PrinterJob/ValidatePage/
H A DValidatePage.java39 PageFormat myPageFormat; field in ValidatePage
58 ("Format Right Margin = " + drnd(myPageFormat.getWidth() - in displayPageFormatAttributes()
59 (myPageFormat.getImageableX() + myPageFormat.getImageableWidth()))); in displayPageFormatAttributes()
66 (myPageFormat.getImageableY() + myPageFormat.getImageableHeight()))); in displayPageFormatAttributes()
69 int o = myPageFormat.getOrientation(); in displayPageFormatAttributes()
76 Paper p = myPageFormat.getPaper(); in displayPageFormatAttributes()
106 myPageFormat = new PageFormat(); in ValidatePage()
109 myPageFormat.setPaper(p); in ValidatePage()
169 myPageFormat = myPrinterJob.pageDialog (myPageFormat); in ValidatePage()
197 myPageFormat = myPrinterJob.validatePage(myPageFormat); in ValidatePage()
[all …]
/dports/java/openjdk17/jdk17u-jdk-17.0.1-12-1/test/jdk/java/awt/print/PrinterJob/ValidatePage/
H A DValidatePage.java39 PageFormat myPageFormat; field in ValidatePage
58 ("Format Right Margin = " + drnd(myPageFormat.getWidth() - in displayPageFormatAttributes()
59 (myPageFormat.getImageableX() + myPageFormat.getImageableWidth()))); in displayPageFormatAttributes()
66 (myPageFormat.getImageableY() + myPageFormat.getImageableHeight()))); in displayPageFormatAttributes()
69 int o = myPageFormat.getOrientation(); in displayPageFormatAttributes()
76 Paper p = myPageFormat.getPaper(); in displayPageFormatAttributes()
106 myPageFormat = new PageFormat(); in ValidatePage()
109 myPageFormat.setPaper(p); in ValidatePage()
169 myPageFormat = myPrinterJob.pageDialog (myPageFormat); in ValidatePage()
197 myPageFormat = myPrinterJob.validatePage(myPageFormat); in ValidatePage()
[all …]
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/java/awt/print/PrinterJob/ValidatePage/
H A DValidatePage.java39 PageFormat myPageFormat; field in ValidatePage
58 ("Format Right Margin = " + drnd(myPageFormat.getWidth() - in displayPageFormatAttributes()
59 (myPageFormat.getImageableX() + myPageFormat.getImageableWidth()))); in displayPageFormatAttributes()
66 (myPageFormat.getImageableY() + myPageFormat.getImageableHeight()))); in displayPageFormatAttributes()
69 int o = myPageFormat.getOrientation(); in displayPageFormatAttributes()
76 Paper p = myPageFormat.getPaper(); in displayPageFormatAttributes()
106 myPageFormat = new PageFormat(); in ValidatePage()
109 myPageFormat.setPaper(p); in ValidatePage()
169 myPageFormat = myPrinterJob.pageDialog (myPageFormat); in ValidatePage()
197 myPageFormat = myPrinterJob.validatePage(myPageFormat); in ValidatePage()
[all …]
/dports/java/openjdk14/jdk14u-jdk-14.0.2-12-1/test/jdk/java/awt/print/PrinterJob/ValidatePage/
H A DValidatePage.java39 PageFormat myPageFormat; field in ValidatePage
58 ("Format Right Margin = " + drnd(myPageFormat.getWidth() - in displayPageFormatAttributes()
59 (myPageFormat.getImageableX() + myPageFormat.getImageableWidth()))); in displayPageFormatAttributes()
66 (myPageFormat.getImageableY() + myPageFormat.getImageableHeight()))); in displayPageFormatAttributes()
69 int o = myPageFormat.getOrientation(); in displayPageFormatAttributes()
76 Paper p = myPageFormat.getPaper(); in displayPageFormatAttributes()
106 myPageFormat = new PageFormat(); in ValidatePage()
109 myPageFormat.setPaper(p); in ValidatePage()
169 myPageFormat = myPrinterJob.pageDialog (myPageFormat); in ValidatePage()
197 myPageFormat = myPrinterJob.validatePage(myPageFormat); in ValidatePage()
[all …]
/dports/java/openjdk8/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/print/PrinterJob/ValidatePage/
H A DValidatePage.java39 PageFormat myPageFormat; field in ValidatePage
58 ("Format Right Margin = " + drnd(myPageFormat.getWidth() - in displayPageFormatAttributes()
59 (myPageFormat.getImageableX() + myPageFormat.getImageableWidth()))); in displayPageFormatAttributes()
66 (myPageFormat.getImageableY() + myPageFormat.getImageableHeight()))); in displayPageFormatAttributes()
69 int o = myPageFormat.getOrientation(); in displayPageFormatAttributes()
76 Paper p = myPageFormat.getPaper(); in displayPageFormatAttributes()
106 myPageFormat = new PageFormat(); in ValidatePage()
109 myPageFormat.setPaper(p); in ValidatePage()
169 myPageFormat = myPrinterJob.pageDialog (myPageFormat); in ValidatePage()
197 myPageFormat = myPrinterJob.validatePage(myPageFormat); in ValidatePage()
[all …]
/dports/java/openjdk8-jre/jdk8u-jdk8u312-b07.1/jdk/test/java/awt/print/PrinterJob/ValidatePage/
H A DValidatePage.java39 PageFormat myPageFormat; field in ValidatePage
58 ("Format Right Margin = " + drnd(myPageFormat.getWidth() - in displayPageFormatAttributes()
59 (myPageFormat.getImageableX() + myPageFormat.getImageableWidth()))); in displayPageFormatAttributes()
66 (myPageFormat.getImageableY() + myPageFormat.getImageableHeight()))); in displayPageFormatAttributes()
69 int o = myPageFormat.getOrientation(); in displayPageFormatAttributes()
76 Paper p = myPageFormat.getPaper(); in displayPageFormatAttributes()
106 myPageFormat = new PageFormat(); in ValidatePage()
109 myPageFormat.setPaper(p); in ValidatePage()
169 myPageFormat = myPrinterJob.pageDialog (myPageFormat); in ValidatePage()
197 myPageFormat = myPrinterJob.validatePage(myPageFormat); in ValidatePage()
[all …]
/dports/java/openjdk11/jdk11u-jdk-11.0.13-8-1/test/jdk/javax/print/
H A DDialogMargins.java70 PageFormat myPageFormat; field in DialogMargins.MarginsPrinter
77 myPageFormat = myPrinterJob.pageDialog(aset); in MarginsPrinter()
78 myPrinterJob.setPrintable(this, myPageFormat); in MarginsPrinter()
/dports/java/openjdk13/jdk13u-jdk-13.0.10-1-1/test/jdk/javax/print/
H A DDialogMargins.java70 PageFormat myPageFormat; field in DialogMargins.MarginsPrinter
77 myPageFormat = myPrinterJob.pageDialog(aset); in MarginsPrinter()
78 myPrinterJob.setPrintable(this, myPageFormat); in MarginsPrinter()
/dports/java/openjdk12/openjdk-jdk12u-jdk-12.0.2-10-4/test/jdk/javax/print/
H A DDialogMargins.java70 PageFormat myPageFormat; field in DialogMargins.MarginsPrinter
77 myPageFormat = myPrinterJob.pageDialog(aset); in MarginsPrinter()
78 myPrinterJob.setPrintable(this, myPageFormat); in MarginsPrinter()
/dports/java/openjdk15/jdk15u-jdk-15.0.6-1-1/test/jdk/javax/print/
H A DDialogMargins.java70 PageFormat myPageFormat; field in DialogMargins.MarginsPrinter
77 myPageFormat = myPrinterJob.pageDialog(aset); in MarginsPrinter()
78 myPrinterJob.setPrintable(this, myPageFormat); in MarginsPrinter()
/dports/java/openjdk16/jdk16u-jdk-16.0.2-7-1/test/jdk/javax/print/
H A DDialogMargins.java70 PageFormat myPageFormat; field in DialogMargins.MarginsPrinter
77 myPageFormat = myPrinterJob.pageDialog(aset); in MarginsPrinter()
78 myPrinterJob.setPrintable(this, myPageFormat); in MarginsPrinter()

12