- java.lang.Object
-
- java.awt.PageAttributes.PrintQualityType
-
- Enclosing class:
- PageAttributes
public static final class PageAttributes.PrintQualityType extends Object
A type-safe enumeration of possible print qualities. These print qualities are in compliance with IPP 1.1.- Since:
- 1.3
-
-
Field Summary
Fields Modifier and Type Field Description static PageAttributes.PrintQualityType
DRAFT
The PrintQualityType instance to use for specifying a draft print quality.static PageAttributes.PrintQualityType
HIGH
The PrintQualityType instance to use for specifying a high print quality.static PageAttributes.PrintQualityType
NORMAL
The PrintQualityType instance to use for specifying a normal print quality.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
hashCode()
Answers an integer hash code for the receiver.String
toString()
Answers a string containing a concise, human-readable description of the receiver.
-
-
-
Field Detail
-
HIGH
public static final PageAttributes.PrintQualityType HIGH
The PrintQualityType instance to use for specifying a high print quality.
-
NORMAL
public static final PageAttributes.PrintQualityType NORMAL
The PrintQualityType instance to use for specifying a normal print quality.
-
DRAFT
public static final PageAttributes.PrintQualityType DRAFT
The PrintQualityType instance to use for specifying a draft print quality.
-
-
Method Detail
-
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.- Overrides:
hashCode
in classObject
- Returns:
- the receiver's hash.
- See Also:
Object.equals(java.lang.Object)
-
-