java.lang.Object
java.awt.PageAttributes.PrintQualityType
- Enclosing class:
- PageAttributes
A type-safe enumeration of possible print qualities. These print
qualities are in compliance with IPP 1.1.
- Since:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PageAttributes.PrintQualityType
The PrintQualityType instance to use for specifying a draft print quality.static final PageAttributes.PrintQualityType
The PrintQualityType instance to use for specifying a high print quality.static final PageAttributes.PrintQualityType
The PrintQualityType instance to use for specifying a normal print quality. -
Method Summary
-
Field Details
-
HIGH
The PrintQualityType instance to use for specifying a high print quality. -
NORMAL
The PrintQualityType instance to use for specifying a normal print quality. -
DRAFT
The PrintQualityType instance to use for specifying a draft print quality.
-
-
Method Details
-
hashCode
public int hashCode()Description copied from class:Object
Answers an integer hash code for the receiver. Any two objects which answertrue
when passed to.equals
must answer the same value for this method. -
toString
Description copied from class:Object
Answers a string containing a concise, human-readable description of the receiver.
-