javax.print.attribute.standard
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.
| Field Summary | |
|---|---|
| static PrintQuality | DRAFT
Draft quality of the printer. |
| static PrintQuality | HIGH
High quality of the printer. |
| static PrintQuality | NORMAL
Normal quality of the printer. |
| Constructor Summary | |
|---|---|
| protected | PrintQuality(int value)
Constructs a PrintQuality object.
|
| Method Summary | |
|---|---|
| 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.
|
PrintQuality object.
Parameters: value the value of the enum
Returns: The class PrintQuality itself.
Returns: The enumeration values.
Returns: The name "print-quality".
Returns: The lowest value used.
Returns: The enumeration values as strings.