| 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 DuplexMode |
DuplexMode.forNumber(int value) |
static DuplexMode |
DuplexMode.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static DuplexMode |
DuplexMode.valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static DuplexMode |
DuplexMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DuplexMode[] |
DuplexMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
default java.util.Set<DuplexMode> |
Capabilities.duplexModes()
Returns an immutable set of the supported
DuplexMode values. |
static com.google.protobuf.Internal.EnumLiteMap<DuplexMode> |
DuplexMode.internalGetValueMap() |
| Modifier and Type | Method and Description |
|---|---|
DuplexMode |
DuplexMode.duplexMode()
Returns the duplex mode used by the printer.
|
| Modifier and Type | Method and Description |
|---|---|
T |
DuplexMode.duplexMode(DuplexMode duplexMode)
Configures the duplex mode for printing.
|