Uses of Enum Class
com.teamdev.jxbrowser.print.DuplexMode
Packages that use 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
Methods in com.teamdev.jxbrowser.print that return DuplexModeModifier 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.Methods in com.teamdev.jxbrowser.print that return types with arguments of type DuplexModeModifier 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
Methods in com.teamdev.jxbrowser.print.settings that return DuplexModeModifier and TypeMethodDescriptionDuplexMode.duplexMode()
Returns the duplex mode used by the printer.Methods in com.teamdev.jxbrowser.print.settings with parameters of type DuplexModeModifier and TypeMethodDescriptionDuplexMode.duplexMode
(DuplexMode duplexMode) Configures the duplex mode for printing.