Uses of Enum Class
com.teamdev.jxbrowser.print.Orientation
Packages that use 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
Methods in com.teamdev.jxbrowser.print that return OrientationModifier and TypeMethodDescriptionstatic OrientationOrientation.forNumber(int value) static OrientationOrientation.valueOf(int value) Deprecated.static OrientationOrientation.valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static OrientationReturns 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.Methods in com.teamdev.jxbrowser.print that return types with arguments of type OrientationModifier and TypeMethodDescriptionstatic com.google.protobuf.Internal.EnumLiteMap<Orientation>Orientation.internalGetValueMap() -
Uses of Orientation in com.teamdev.jxbrowser.print.settings
Methods in com.teamdev.jxbrowser.print.settings that return OrientationMethods in com.teamdev.jxbrowser.print.settings with parameters of type OrientationModifier and TypeMethodDescriptionOrientation.orientation(Orientation orientation) Configures the page orientation.