Searched defs:pageAttributes (Results 1 - 8 of 8) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/print/
H A DPrintJob2D.java211 private PageAttributes pageAttributes; field in class:PrintJob2D
301 this.pageAttributes = new PageAttributes();
304 this.jobAttributes, this.pageAttributes);
309 PageAttributes pageAttributes) {
310 initPrintJob2D(frame, doctitle, jobAttributes, pageAttributes);
315 PageAttributes pageAttributes) {
332 this.pageAttributes = (pageAttributes != null)
333 ? pageAttributes : new PageAttributes();
347 int[] res = this.pageAttributes
307 PrintJob2D(Frame frame, String doctitle, JobAttributes jobAttributes, PageAttributes pageAttributes) argument
313 initPrintJob2D(Frame frame, String doctitle, JobAttributes jobAttributes, PageAttributes pageAttributes) argument
[all...]
/openjdk7/jdk/src/share/classes/sun/awt/
H A DHToolkit.java293 PageAttributes pageAttributes) {
291 getPrintJob(Frame frame, String jobtitle, JobAttributes jobAttributes, PageAttributes pageAttributes) argument
H A DHeadlessToolkit.java315 PageAttributes pageAttributes) {
313 getPrintJob(Frame frame, String jobtitle, JobAttributes jobAttributes, PageAttributes pageAttributes) argument
/openjdk7/jdk/src/macosx/classes/sun/lwawt/
H A DLWToolkit.java445 public PrintJob getPrintJob(Frame frame, String doctitle, JobAttributes jobAttributes, PageAttributes pageAttributes) { argument
450 PrintJob2D printJob = new PrintJob2D(frame, doctitle, jobAttributes, pageAttributes);
/openjdk7/jdk/src/solaris/classes/sun/awt/motif/
H A DMToolkit.java440 final PageAttributes pageAttributes) {
448 jobAttributes, pageAttributes);
438 getPrintJob(final Frame frame, final String doctitle, final JobAttributes jobAttributes, final PageAttributes pageAttributes) argument
/openjdk7/jdk/src/share/classes/java/awt/
H A DToolkit.java1198 * @param pageAttributes a set of page attributes which will control the
1206 * @throws IllegalArgumentException if pageAttributes specifies differing
1229 PageAttributes pageAttributes) {
1235 pageAttributes);
1227 getPrintJob(Frame frame, String jobtitle, JobAttributes jobAttributes, PageAttributes pageAttributes) argument
/openjdk7/jdk/src/windows/classes/sun/awt/windows/
H A DWToolkit.java630 PageAttributes pageAttributes)
637 jobAttributes, pageAttributes);
628 getPrintJob(Frame frame, String doctitle, JobAttributes jobAttributes, PageAttributes pageAttributes) argument
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXToolkit.java1165 final PageAttributes pageAttributes)
1172 jobAttributes, pageAttributes);
1163 getPrintJob(final Frame frame, final String doctitle, final JobAttributes jobAttributes, final PageAttributes pageAttributes) argument

Completed in 58 milliseconds