Searched defs:PRINTER (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/print/
H A DPrintJob2D.java266 private final static String PRINTER = "printer"; field in class:PrintJob2D
513 jobAttributes.setDestination(DestinationType.PRINTER);
1155 if (str.equals(PRINTER)) {
1156 jobAttributes.setDestination(DestinationType.PRINTER);
1208 (jobAttributes.getDestination() == DestinationType.PRINTER) ?
1209 PRINTER : FILE);
H A DRasterPrinterJob.java112 protected static final int PRINTER = 0; field in class:RasterPrinterJob
962 mDestType = RasterPrinterJob.PRINTER;
/openjdk7/jdk/src/share/classes/java/awt/
H A DJobAttributes.java120 public static final DestinationType PRINTER = field in class:JobAttributes.DestinationType
265 * Destination defaults to <code>DestinationType.PRINTER</code>.
275 setDestination(DestinationType.PRINTER);
302 * <code>DesintationType.PRINTER</code>
465 * @return DesintationType.FILE or DesintationType.PRINTER
474 * specifying DesintationType.PRINTER.
476 * @param destination DesintationType.FILE or DesintationType.PRINTER.

Completed in 49 milliseconds