Uses of Class
org.apache.pivot.wtk.VerticalAlignment
-
Packages that use VerticalAlignment Package Description 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 Modifier and Type Method Description static VerticalAlignmentVerticalAlignment. valueOf(java.lang.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 Modifier and Type Method Description voidWindow. align(Bounds bounds, HorizontalAlignment horizontalAlignment, int horizontalOffset, VerticalAlignment verticalAlignment, int verticalOffset)voidWindow. 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 Modifier and Type Method Description VerticalAlignmentScaleDecorator. getVerticalAlignment()Gets the vertical alignment of the decorator.VerticalAlignmentTagDecorator. getVerticalAlignment()Methods in org.apache.pivot.wtk.effects with parameters of type VerticalAlignment Modifier and Type Method Description voidScaleDecorator. setVerticalAlignment(VerticalAlignment verticalAlignment)Sets the vertical alignment of the decorator.voidTagDecorator. setVerticalAlignment(VerticalAlignment verticalAlignment)Constructors in org.apache.pivot.wtk.effects with parameters of type VerticalAlignment Constructor Description 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 Modifier and Type Method Description VerticalAlignmentBoxPaneSkin. getVerticalAlignment()VerticalAlignmentImageViewSkin. getVerticalAlignment()VerticalAlignmentLabelSkin. getVerticalAlignment()VerticalAlignmentMovieViewSkin. getVerticalAlignment()Methods in org.apache.pivot.wtk.skin with parameters of type VerticalAlignment Modifier and Type Method Description voidBoxPaneSkin. setVerticalAlignment(VerticalAlignment verticalAlignment)Sets the vertical alignment of the BoxPane's components within the pane.voidImageViewSkin. setVerticalAlignment(VerticalAlignment verticalAlignment)Sets the vertical alignment of the image.voidLabelSkin. setVerticalAlignment(VerticalAlignment verticalAlignmentValue)Set the new vertical alignment value for the text inside the label's height.voidMovieViewSkin. setVerticalAlignment(VerticalAlignment verticalAlignment)
-