API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
java.awt.
PageAttributes.PrintQualityType
View Source
Author(s)
Since
1.3
Version
Serial
Hierarchy
Object
AttributeValue
PageAttributes.PrintQualityType
Implements
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
final
static
class PageAttributes.PrintQualityType
A type-safe enumeration of possible print qualities.
A type-safe enumeration of possible print qualities. These print
qualities are in compliance with IPP 1.1.
See also:
Constructors
private
PageAttributes.PrintQualityType
(
int
type)
Methods
Hide/Show inherited methods
public
int
hashCode
()
[Inherited From
AttributeValue
]
public
String
toString
()
[Inherited From
AttributeValue
]
Fields
Hide/Show inherited fields
public
final
static
PrintQualityType
DRAFT
The PrintQualityType instance to use for specifying a draft print quality.
public
final
static
PrintQualityType
HIGH
The PrintQualityType instance to use for specifying a high print quality.
public
final
static
PrintQualityType
NORMAL
The PrintQualityType instance to use for specifying a normal print quality.
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar