Searched refs:PrintJob (Results 26 - 31 of 31) sorted by relevance

12

/openjdk10/jdk/src/java.desktop/macosx/classes/sun/lwawt/
H A DLWToolkit.java391 public final PrintJob getPrintJob(Frame frame, String doctitle,
397 public final PrintJob getPrintJob(Frame frame, String doctitle,
/openjdk10/jdk/test/java/awt/PrintJob/ConstrainedPrintingTest/
H A DConstrainedPrintingTest.java170 PrintJob pjob = frame.getToolkit().getPrintJob(frame, "NewTest",
/openjdk10/jdk/src/java.desktop/share/classes/java/awt/
H A DToolkit.java845 * Gets a {@code PrintJob} object which is the result of initiating
858 * @param jobtitle the title of the PrintJob. A null title is equivalent
867 * @return a {@code PrintJob} object, or {@code null} if the
873 * @see java.awt.PrintJob
877 public abstract PrintJob getPrintJob(Frame frame, String jobtitle,
881 * Gets a {@code PrintJob} object which is the result of initiating
894 * @param jobtitle the title of the PrintJob. A null title is equivalent
897 * PrintJob. The attributes will be updated to reflect the user's
901 * PrintJob. The attributes will be applied to every page in the
905 * @return a {@code PrintJob} objec
[all...]
/openjdk10/jdk/src/java.desktop/share/classes/sun/print/
H A DPrintJob2D.java32 import java.awt.PrintJob;
84 public class PrintJob2D extends PrintJob implements Printable, Runnable {
220 * The PrinterJob being uses to implement the PrintJob.
225 * The size of the page being used for the PrintJob.
826 /* In the PrintJob API, the origin is at the upper-
845 * the Graphics2D instance. The PrintJob API has
918 * PrintJob client. Append it to the drawn queue so that print()
921 * that isn't how the old PrintJob worked even though its spec
/openjdk10/jdk/src/java.desktop/windows/classes/sun/awt/windows/
H A DWToolkit.java664 public PrintJob getPrintJob(Frame frame, String doctitle,
670 public PrintJob getPrintJob(Frame frame, String doctitle,
/openjdk10/jdk/src/java.desktop/unix/classes/sun/awt/X11/
H A DXToolkit.java1308 public PrintJob getPrintJob(final Frame frame, final String doctitle,
1324 public PrintJob getPrintJob(final Frame frame, final String doctitle,

Completed in 125 milliseconds

12