- java.lang.Object
-
- java.awt.PageAttributes.ColorType
-
- Enclosing class:
- PageAttributes
public static final class PageAttributes.ColorType extends Object
A type-safe enumeration of possible color states.- Since:
- 1.3
-
-
Field Summary
Fields Modifier and Type Field Description static PageAttributes.ColorType
COLOR
The ColorType instance to use for specifying color printing.static PageAttributes.ColorType
MONOCHROME
The ColorType instance to use for specifying monochrome printing.
-
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
-
COLOR
public static final PageAttributes.ColorType COLOR
The ColorType instance to use for specifying color printing.
-
MONOCHROME
public static final PageAttributes.ColorType MONOCHROME
The ColorType instance to use for specifying monochrome printing.
-
-
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)
-
-