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 VerticalAlignment
VerticalAlignment. 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 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 Modifier and Type Method Description VerticalAlignment
ScaleDecorator. getVerticalAlignment()
Gets the vertical alignment of the decorator.VerticalAlignment
TagDecorator. getVerticalAlignment()
Methods in org.apache.pivot.wtk.effects with parameters of type VerticalAlignment Modifier and Type Method Description void
ScaleDecorator. setVerticalAlignment(VerticalAlignment verticalAlignment)
Sets the vertical alignment of the decorator.void
TagDecorator. 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 VerticalAlignment
BoxPaneSkin. getVerticalAlignment()
VerticalAlignment
ImageViewSkin. getVerticalAlignment()
VerticalAlignment
LabelSkin. getVerticalAlignment()
VerticalAlignment
MovieViewSkin. getVerticalAlignment()
Methods in org.apache.pivot.wtk.skin with parameters of type VerticalAlignment Modifier and Type Method Description void
BoxPaneSkin. setVerticalAlignment(VerticalAlignment verticalAlignment)
Sets the vertical alignment of the BoxPane's components within the pane.void
ImageViewSkin. setVerticalAlignment(VerticalAlignment verticalAlignment)
Sets the vertical alignment of the image.void
LabelSkin. setVerticalAlignment(VerticalAlignment verticalAlignmentValue)
Set the new vertical alignment value for the text inside the label's height.void
MovieViewSkin. setVerticalAlignment(VerticalAlignment verticalAlignment)
-