Searched refs:PRINTER (Results 1 - 5 of 5) sorted by relevance

/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.
/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 DPSPrinterJob.java470 mDestType = RasterPrinterJob.PRINTER;
768 if (mDestType == RasterPrinterJob.PRINTER) {
1539 int PRINTER = 0x1;
1550 pFlags |= PRINTER;
1574 if ((pFlags & PRINTER) != 0) {
1594 if ((pFlags & PRINTER) != 0) {
H A DRasterPrinterJob.java112 protected static final int PRINTER = 0; field in class:RasterPrinterJob
962 mDestType = RasterPrinterJob.PRINTER;
/openjdk7/jdk/src/solaris/classes/sun/print/
H A DUnixPrintJob.java836 int PRINTER = 0x1;
848 pFlags |= PRINTER;
872 if ((pFlags & PRINTER) != 0) {
891 if ((pFlags & PRINTER) != 0) {

Completed in 50 milliseconds