Uses of Enum Class
com.teamdev.jxbrowser.print.Orientation
Package
Description
Contains classes and interfaces for printing.
Contains classes and interfaces related to print settings.
-
Uses of Orientation in com.teamdev.jxbrowser.print
Modifier and TypeMethodDescriptionstatic Orientation
Orientation.forNumber
(int value) static Orientation
Orientation.valueOf
(int value) Deprecated.static Orientation
Orientation.valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static Orientation
Returns the enum constant of this class with the specified name.static Orientation[]
Orientation.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Orientation>
Orientation.internalGetValueMap()
-
Uses of Orientation in com.teamdev.jxbrowser.print.settings
Modifier and TypeMethodDescriptionOrientation.orientation
(Orientation orientation) Configures the page orientation.