Uses of Enum Class
com.teamdev.jxbrowser.print.DuplexMode
Package
Description
Contains classes and interfaces for printing.
Contains classes and interfaces related to print settings.
-
Uses of DuplexMode in com.teamdev.jxbrowser.print
Modifier and TypeMethodDescriptionstatic DuplexMode
DuplexMode.forNumber
(int value) static DuplexMode
DuplexMode.valueOf
(int value) Deprecated.static DuplexMode
DuplexMode.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static DuplexMode
Returns the enum constant of this class with the specified name.static DuplexMode[]
DuplexMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptiondefault Set<DuplexMode>
Capabilities.duplexModes()
Returns an immutable set of the supportedDuplexMode
values.static com.google.protobuf.Internal.EnumLiteMap<DuplexMode>
DuplexMode.internalGetValueMap()
-
Uses of DuplexMode in com.teamdev.jxbrowser.print.settings
Modifier and TypeMethodDescriptionDuplexMode.duplexMode()
Returns the duplex mode used by the printer.Modifier and TypeMethodDescriptionDuplexMode.duplexMode
(DuplexMode duplexMode) Configures the duplex mode for printing.