Uses of Class
org.apache.pivot.wtk.Orientation
-
Packages that use Orientation Package Description org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components.org.apache.pivot.wtk.skin Contains common skins and abstract base classes for theme-specific skins.org.apache.pivot.wtk.skin.terra Defines skin classes for the "Terra" theme. -
-
Uses of Orientation in org.apache.pivot.wtk
Methods in org.apache.pivot.wtk that return Orientation Modifier and Type Method Description Orientation
BoxPane. getOrientation()
Orientation
FillPane. getOrientation()
Orientation
Meter. getOrientation()
Orientation
NumberRuler. getOrientation()
Orientation
Ruler. getOrientation()
Orientation
ScrollBar. getOrientation()
Orientation
Slider. getOrientation()
Orientation
SplitPane. getOrientation()
static Orientation
Orientation. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static Orientation[]
Orientation. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.apache.pivot.wtk with parameters of type Orientation Modifier and Type Method Description static void
GraphicsUtilities. drawLine(java.awt.Graphics2D graphics, int x, int y, int length, Orientation orientation)
Draw a straight line in the given graphics context from a start position for a given length along the given horizontal or vertical direction with default thickness.static void
GraphicsUtilities. drawLine(java.awt.Graphics2D graphics, int x, int y, int length, Orientation orientation, int thickness)
Draw a straight line in the given graphics context from a start position for a given length along the given horizontal or vertical direction with given thickness.void
ScrollBarListener.Adapter. orientationChanged(ScrollBar scrollBar, Orientation previousOrientation)
Deprecated.void
ScrollBarListener.Listeners. orientationChanged(ScrollBar scrollBar, Orientation previousOrientation)
default void
ScrollBarListener. orientationChanged(ScrollBar scrollBar, Orientation previousOrientation)
Called when a scroll bar's orientation has changed.void
BoxPane. setOrientation(Orientation orientation)
void
FillPane. setOrientation(Orientation orientation)
void
Meter. setOrientation(Orientation orientation)
void
NumberRuler. setOrientation(Orientation newOrientation)
Set the ruler orientation.void
Ruler. setOrientation(Orientation orientation)
void
ScrollBar. setOrientation(Orientation orientation)
void
Slider. setOrientation(Orientation orientation)
void
SplitPane. setOrientation(Orientation orientation)
Constructors in org.apache.pivot.wtk with parameters of type Orientation Constructor Description BoxPane(Orientation orientation)
FillPane(Orientation orientation)
Meter(Orientation orientation)
Ruler(Orientation orientation)
ScrollBar(Orientation orientation)
Slider(Orientation orientation)
SplitPane(Orientation orientation)
SplitPane(Orientation orientation, Component topLeft, Component bottomRight)
-
Uses of Orientation in org.apache.pivot.wtk.skin
Constructors in org.apache.pivot.wtk.skin with parameters of type Orientation Constructor Description FlipTransition(Orientation orientation, int from, int to)
-
Uses of Orientation in org.apache.pivot.wtk.skin.terra
Methods in org.apache.pivot.wtk.skin.terra that return Orientation Modifier and Type Method Description Orientation
TerraTabPaneSkin. getTabOrientation()
Methods in org.apache.pivot.wtk.skin.terra with parameters of type Orientation Modifier and Type Method Description void
TerraScrollBarSkin. orientationChanged(ScrollBar scrollBar, Orientation previousOrientation)
void
TerraTabPaneSkin. setTabOrientation(Orientation orientationValue)
-