Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

java.awt
Class PageAttributes.PrintQualityType  view PageAttributes.PrintQualityType download PageAttributes.PrintQualityType.java

java.lang.Object
  extended byjava.awt.AttributeValue
      extended byjava.awt.PageAttributes.PrintQualityType
Enclosing class:
PageAttributes

public static final class PageAttributes.PrintQualityType
extends AttributeValue


Field Summary
static PageAttributes.PrintQualityType DRAFT
           
static PageAttributes.PrintQualityType HIGH
           
private static java.lang.String[] NAMES
           
static PageAttributes.PrintQualityType NORMAL
           
(package private)  int value
          The value of the enumeration.
 
Constructor Summary
private PageAttributes.PrintQualityType(int value)
           
 
Method Summary
 int hashCode()
          Returns the hashcode of this element.
 java.lang.String toString()
          Returns the name of this enumeration element.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

NAMES

private static final java.lang.String[] NAMES

HIGH

public static final PageAttributes.PrintQualityType HIGH

NORMAL

public static final PageAttributes.PrintQualityType NORMAL

DRAFT

public static final PageAttributes.PrintQualityType DRAFT

value

final int value
The value of the enumeration. Package visible for speed.

Constructor Detail

PageAttributes.PrintQualityType

private PageAttributes.PrintQualityType(int value)
Method Detail

hashCode

public int hashCode()
Returns the hashcode of this element. This is the index of the element in the enumeration. Note that equals defaults to the == relation.


toString

public java.lang.String toString()
Returns the name of this enumeration element.