public class PrintQuality extends EnumSyntax implements DocAttribute, PrintJobAttribute, PrintRequestAttribute
PrintQuality printing attribute specifies the
print quality that should be used by the print services for a job.
IPP Compatibility: PrintQuality is an IPP 1.1 attribute.
| Modifier and Type | Field and Description |
|---|---|
static PrintQuality |
DRAFT
Draft quality of the printer.
|
static PrintQuality |
HIGH
High quality of the printer.
|
static PrintQuality |
NORMAL
Normal quality of the printer.
|
| Modifier | Constructor and Description |
|---|---|
protected |
PrintQuality(int value)
Constructs a
PrintQuality object. |
| Modifier and Type | Method and Description |
|---|---|
Class<? extends Attribute> |
getCategory()
Returns category of this class.
|
protected EnumSyntax[] |
getEnumValueTable()
Returns a table with the enumeration values for this object.
|
String |
getName()
Returns the name of this attribute.
|
protected int |
getOffset()
Returns the lowest used value by the enumerations of this class.
.
|
protected String[] |
getStringTable()
Returns a table with the enumeration values represented as strings
for this object.
|
clone, getValue, hashCode, readResolve, toStringpublic static final PrintQuality DRAFT
public static final PrintQuality NORMAL
public static final PrintQuality HIGH
protected PrintQuality(int value)
PrintQuality object.value - the value of the enumpublic Class<? extends Attribute> getCategory()
getCategory in interface AttributePrintQuality itself.protected String[] getStringTable()
getStringTable in class EnumSyntaxprotected EnumSyntax[] getEnumValueTable()
getEnumValueTable in class EnumSyntaxprotected int getOffset()
getOffset in class EnumSyntax