|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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 |
ScaleDecorator.getVerticalAlignment()
Gets the vertical alignment of the decorator. |
VerticalAlignment |
TagDecorator.getVerticalAlignment()
|
Methods in org.apache.pivot.wtk.effects with parameters of type VerticalAlignment | |
---|---|
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 | |
---|---|
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 |
BoxPaneSkin.getVerticalAlignment()
Returns the vertical alignment of the BoxPane's components within the pane. |
VerticalAlignment |
ImageViewSkin.getVerticalAlignment()
Returns the vertical alignment of the image. |
VerticalAlignment |
LabelSkin.getVerticalAlignment()
|
Methods in org.apache.pivot.wtk.skin with parameters of type VerticalAlignment | |
---|---|
void |
MovieViewSkin.setVerticalAlignment(VerticalAlignment verticalAlignment)
|
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 verticalAlignment)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |