Lines Matching defs:print

26 package java.awt.print;
32 import javax.print.DocFlavor;
33 import javax.print.PrintService;
34 import javax.print.PrintServiceLookup;
35 import javax.print.StreamPrintServiceFactory;
36 import javax.print.attribute.PrintRequestAttributeSet;
37 import javax.print.attribute.standard.Media;
38 import javax.print.attribute.standard.MediaPrintableArea;
39 import javax.print.attribute.standard.MediaSize;
40 import javax.print.attribute.standard.MediaSizeName;
41 import javax.print.attribute.standard.OrientationRequested;
48 * optionally to invoke a print dialog with the user, and then to print
61 * {@link #print() print} with this <code>PrinterJob</code> might
70 * method disallows this thread from creating a print job request
95 * A convenience method which looks up 2D print services.
97 * <code>PrinterJob</code>s which support print services.
99 * {@link javax.print.PrintServiceLookup#lookupPrintServices(
103 * @return a possibly empty array of 2D print services.
113 * A convenience method which locates factories for stream print
136 * <code>PrinterJob</code> instances which support print services.
138 * {@link javax.print.StreamPrintServiceFactory#lookupStreamPrintServiceFactories(DocFlavor, String)
143 * @return a possibly empty array of 2D stream print service factories.
165 * Implementations of this class which do not support print services
185 * @param service a print service that supports 2D printing
188 * setting a 2D print service, or the specified service is
189 * otherwise not a valid print service.
240 * the print job.
241 * This method will display a native dialog if a native print
243 * to these native print services.
244 * To present the cross platform print dialog for all services,
260 * A convenience method which displays a cross-platform print dialog
263 * dialog is initially displayed will reflect the print service currently
264 * attached to this print job.
265 * If the user changes the print service, the PrinterJob will be
268 * the user can also select values of various print request attributes.
275 * for the currently selected print service.
277 * As the user scrolls to a new print service selection, the values
286 * <code>print(PrintRequestAttributeSet)</code> method. If using
341 * The choices available will reflect the print service currently
349 * for the currently selected print service.
405 * and need a PageFormat to print a Pageable object.
513 * @exception PrinterException an error in the print system
519 public abstract void print() throws PrinterException;
532 * it will take precedence over the API settings for this print()
539 * which is passed to the Printable object's print() method.
548 * this print() method.
552 * @exception PrinterException an error in the print system
559 public void print(PrintRequestAttributeSet attributes)
561 print();
600 * Cancels a print job that is in progress. If
601 * {@link #print() print} has been called but has not
604 * chance. If there is no print job in progress then
610 * Returns <code>true</code> if a print job is