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

/openjdk7/jdk/src/share/classes/java/awt/
H A DJobAttributes.java102 public static final class DestinationType extends AttributeValue { class in class:JobAttributes
111 * The <code>DestinationType</code> instance to use for
114 public static final DestinationType FILE =
115 new DestinationType(I_FILE);
117 * The <code>DestinationType</code> instance to use for
120 public static final DestinationType PRINTER =
121 new DestinationType(I_PRINTER);
123 private DestinationType(int type) { method in class:JobAttributes.DestinationType
246 private DestinationType destination;
265 * Destination defaults to <code>DestinationType
[all...]

Completed in 23 milliseconds