API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
java.awt.
JobAttributes.DestinationType
View Source
Author(s)
Since
1.3
Version
Serial
Hierarchy
Object
AttributeValue
JobAttributes.DestinationType
Implements
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
final
static
class JobAttributes.DestinationType
A type-safe enumeration of possible job destinations.
A type-safe enumeration of possible job destinations.
See also:
Constructors
private
JobAttributes.DestinationType
(
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
DestinationType
FILE
The
DestinationType
instance to use for specifying print to file.
public
final
static
DestinationType
PRINTER
The
DestinationType
instance to use for specifying print to printer.
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar