|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjavax.print.attribute.EnumSyntax
javax.print.attribute.standard.PrintQuality
public class PrintQuality
The 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. |
| Methods inherited from class javax.print.attribute.EnumSyntax |
|---|
clone, getValue, hashCode, readResolve, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static final PrintQuality DRAFT
public static final PrintQuality NORMAL
public static final PrintQuality HIGH
| Constructor Detail |
|---|
protected PrintQuality(int value)
PrintQuality object.
value - the value of the enum| Method Detail |
|---|
public Class<? extends Attribute> getCategory()
getCategory in interface AttributePrintQuality itself.public final String getName()
getName in interface Attributeprotected String[] getStringTable()
getStringTable in class EnumSyntaxprotected EnumSyntax[] getEnumValueTable()
getEnumValueTable in class EnumSyntaxprotected int getOffset()
getOffset in class EnumSyntax
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||