Package | Description |
---|---|
com.teamdev.jxbrowser.print |
Contains classes and interfaces for printing.
|
com.teamdev.jxbrowser.print.settings |
Contains classes and interfaces related to print settings.
|
Modifier and Type | Method and Description |
---|---|
static Orientation |
Orientation.forNumber(int value) |
static Orientation |
Orientation.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static Orientation |
Orientation.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static Orientation |
Orientation.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Orientation[] |
Orientation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static com.google.protobuf.Internal.EnumLiteMap<Orientation> |
Orientation.internalGetValueMap() |
Modifier and Type | Method and Description |
---|---|
Orientation |
Orientation.orientation()
Returns the page orientation.
|
Modifier and Type | Method and Description |
---|---|
T |
Orientation.orientation(Orientation orientation)
Configures the page orientation.
|