API Overview
API Index
Package Overview
Direct link to this page
JDK 1.6
java.awt.
PageAttributes.OrientationRequestedType
View Source
Author(s)
Since
1.3
Version
Serial
Hierarchy
Object
AttributeValue
PageAttributes.OrientationRequestedType
Implements
Subclasses
See DIRECT subclasses
Quick Links:
Constructors
Methods
Fields
NestedClasses
Description
public
final
static
class PageAttributes.OrientationRequestedType
A type-safe enumeration of possible orientations.
A type-safe enumeration of possible orientations. These orientations
are in partial compliance with IPP 1.1.
See also:
Constructors
private
PageAttributes.OrientationRequestedType
(
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
OrientationRequestedType
LANDSCAPE
The OrientationRequestedType instance to use for specifying a landscape orientation.
public
final
static
OrientationRequestedType
PORTRAIT
The OrientationRequestedType instance to use for specifying a portrait orientation.
Nested Classes
Generated By:
JavaOnTracks Doclet
0.1.4 ©Thibaut Colar