|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.awt.PageAttributes.PrintQualityType
public static final class PageAttributes.PrintQualityType
A type-safe enumeration of possible print qualities. These print qualities are in compliance with IPP 1.1.
Field Summary | |
---|---|
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 | |
---|---|
int |
hashCode()
hashCode returns a hash code for this object. |
String |
toString()
toString creates a printable string that represents this object for debugging purposes. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final PageAttributes.PrintQualityType HIGH
public static final PageAttributes.PrintQualityType NORMAL
public static final PageAttributes.PrintQualityType DRAFT
Method Detail |
---|
public int hashCode()
Object
The default implementation returns System.identityHashCode(this).
hashCode
in class Object
public String toString()
Object
The default implementation returns getClass().getName() + '@' + Integer.toHexString(hashCode()).
toString
in class Object
|
![]() |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |