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 OrientationBoxPane. getOrientation()OrientationFillPane. getOrientation()OrientationMeter. getOrientation()OrientationNumberRuler. getOrientation()OrientationRuler. getOrientation()OrientationScrollBar. getOrientation()OrientationSlider. getOrientation()OrientationSplitPane. getOrientation()static OrientationOrientation. 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 voidGraphicsUtilities. 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 voidGraphicsUtilities. 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.voidScrollBarListener.Adapter. orientationChanged(ScrollBar scrollBar, Orientation previousOrientation)Deprecated.voidScrollBarListener.Listeners. orientationChanged(ScrollBar scrollBar, Orientation previousOrientation)default voidScrollBarListener. orientationChanged(ScrollBar scrollBar, Orientation previousOrientation)Called when a scroll bar's orientation has changed.voidBoxPane. setOrientation(Orientation orientation)voidFillPane. setOrientation(Orientation orientation)voidMeter. setOrientation(Orientation orientation)voidNumberRuler. setOrientation(Orientation newOrientation)Set the ruler orientation.voidRuler. setOrientation(Orientation orientation)voidScrollBar. setOrientation(Orientation orientation)voidSlider. setOrientation(Orientation orientation)voidSplitPane. 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 OrientationTerraTabPaneSkin. getTabOrientation()Methods in org.apache.pivot.wtk.skin.terra with parameters of type Orientation Modifier and Type Method Description voidTerraScrollBarSkin. orientationChanged(ScrollBar scrollBar, Orientation previousOrientation)voidTerraTabPaneSkin. setTabOrientation(Orientation orientationValue)
-