Uses of Class
org.apache.pivot.wtk.Orientation

Packages that use Orientation
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
 Orientation SplitPane.getOrientation()
           
 Orientation BoxPane.getOrientation()
           
 Orientation Meter.getOrientation()
           
 Orientation Slider.getOrientation()
           
 Orientation FillPane.getOrientation()
           
 Orientation ScrollBar.getOrientation()
           
static Orientation Orientation.valueOf(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
static void GraphicsUtilities.drawLine(Graphics2D graphics, int x, int y, int length, Orientation orientation)
           
static void GraphicsUtilities.drawLine(Graphics2D graphics, int x, int y, int length, Orientation orientation, int thickness)
           
 void ScrollBarListener.orientationChanged(ScrollBar scrollBar, Orientation previousOrientation)
          Called when a scroll bar's orientation has changed.
 void ScrollBarListener.Adapter.orientationChanged(ScrollBar scrollBar, Orientation previousOrientation)
           
 void SplitPane.setOrientation(Orientation orientation)
           
 void BoxPane.setOrientation(Orientation orientation)
           
 void Meter.setOrientation(Orientation orientation)
           
 void Slider.setOrientation(Orientation orientation)
           
 void FillPane.setOrientation(Orientation orientation)
           
 void ScrollBar.setOrientation(Orientation orientation)
           
 

Constructors in org.apache.pivot.wtk with parameters of type Orientation
BoxPane(Orientation orientation)
           
FillPane(Orientation orientation)
           
Meter(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
CardPaneSkin.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
 Orientation TerraTabPaneSkin.getTabOrientation()
           
 

Methods in org.apache.pivot.wtk.skin.terra with parameters of type Orientation
 void TerraScrollBarSkin.orientationChanged(ScrollBar scrollBar, Orientation previousOrientation)
           
 void TerraTabPaneSkin.setTabOrientation(Orientation tabOrientation)