java.lang.Object
java.awt.PageAttributes.ColorType
- Enclosing class:
- PageAttributes
A type-safe enumeration of possible color states.
- Since:
- 1.3
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final PageAttributes.ColorType
The ColorType instance to use for specifying color printing.static final PageAttributes.ColorType
The ColorType instance to use for specifying monochrome printing. -
Method Summary
-
Field Details
-
COLOR
The ColorType instance to use for specifying color printing. -
MONOCHROME
The ColorType instance to use for specifying monochrome printing.
-
-
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.
-