KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > PageAttributes.PrintQualityType

java.awt
Class PageAttributes.PrintQualityType

java.lang.Object
  extended by java.awt.PageAttributes.PrintQualityType
Enclosing class:
PageAttributes
See Also:
Source Code

public static final PageAttributes.PrintQualityType DRAFT
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int hashCode()
See Also:
Hashtable, Object.equals(java.lang.Object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final PageAttributes.PrintQualityType HIGH
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final PageAttributes.PrintQualityType NORMAL
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
See Also:
Object
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags