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

Packages that use VerticalAlignment
org.apache.pivot.wtk Contains classes that define the structure and behavior of WTK user interface components. 
org.apache.pivot.wtk.effects Contains classes supporting visual effects such as blurs, reflections, and drop shadows. 
org.apache.pivot.wtk.skin Contains common skins and abstract base classes for theme-specific skins. 
 

Uses of VerticalAlignment in org.apache.pivot.wtk
 

Methods in org.apache.pivot.wtk that return VerticalAlignment
static VerticalAlignment VerticalAlignment.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static VerticalAlignment[] VerticalAlignment.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 VerticalAlignment
 void Window.align(Bounds bounds, HorizontalAlignment horizontalAlignment, int horizontalOffset, VerticalAlignment verticalAlignment, int verticalOffset)
           
 void Window.align(Bounds bounds, HorizontalAlignment horizontalAlignment, VerticalAlignment verticalAlignment)
           
 

Uses of VerticalAlignment in org.apache.pivot.wtk.effects
 

Methods in org.apache.pivot.wtk.effects that return VerticalAlignment
 VerticalAlignment TagDecorator.getVerticalAlignment()
           
 VerticalAlignment ScaleDecorator.getVerticalAlignment()
          Gets the vertical alignment of the decorator.
 

Methods in org.apache.pivot.wtk.effects with parameters of type VerticalAlignment
 void TagDecorator.setVerticalAlignment(VerticalAlignment verticalAlignment)
           
 void ScaleDecorator.setVerticalAlignment(VerticalAlignment verticalAlignment)
          Sets the vertical alignment of the decorator.
 

Constructors in org.apache.pivot.wtk.effects with parameters of type VerticalAlignment
TagDecorator(Visual tag, HorizontalAlignment horizontalAlignment, VerticalAlignment verticalAlignment, int xOffset, int yOffset)
           
 

Uses of VerticalAlignment in org.apache.pivot.wtk.skin
 

Methods in org.apache.pivot.wtk.skin that return VerticalAlignment
 VerticalAlignment MovieViewSkin.getVerticalAlignment()
           
 VerticalAlignment LabelSkin.getVerticalAlignment()
           
 VerticalAlignment ImageViewSkin.getVerticalAlignment()
           
 VerticalAlignment BoxPaneSkin.getVerticalAlignment()
           
 

Methods in org.apache.pivot.wtk.skin with parameters of type VerticalAlignment
 void MovieViewSkin.setVerticalAlignment(VerticalAlignment verticalAlignment)
           
 void LabelSkin.setVerticalAlignment(VerticalAlignment verticalAlignment)
           
 void ImageViewSkin.setVerticalAlignment(VerticalAlignment verticalAlignment)
           
 void BoxPaneSkin.setVerticalAlignment(VerticalAlignment verticalAlignment)