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, toString
public 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 Attribute
PrintQuality
itself.protected String[] getStringTable()
getStringTable
in class EnumSyntax
protected EnumSyntax[] getEnumValueTable()
getEnumValueTable
in class EnumSyntax
protected int getOffset()
getOffset
in class EnumSyntax