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

/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DPrinterName.java34 * Class PrinterName is a printing attribute class, a text attribute, that
48 public final class PrinterName extends TextSyntax class in inherits:TextSyntax,PrintServiceAttribute
64 public PrinterName(String printerName, Locale locale) { method in class:PrinterName
76 * <CODE>object</CODE> is an instance of class PrinterName.
91 return (super.equals(object) && object instanceof PrinterName);
98 * For class PrinterName, the category is
99 * class PrinterName itself.
105 return PrinterName.class;
112 * For class PrinterName, the category

Completed in 37 milliseconds