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 DuplexModeReturns 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 supportedDuplexModevalues. -
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.