Uses of Enum
org.netbeans.api.visual.widget.LabelWidget.VerticalAlignment
Packages that use LabelWidget.VerticalAlignment
-
Uses of LabelWidget.VerticalAlignment in org.netbeans.api.visual.widget
Subclasses with type arguments of type LabelWidget.VerticalAlignment in org.netbeans.api.visual.widgetModifier and TypeClassDescriptionstatic enum
The text vertical alignmentMethods in org.netbeans.api.visual.widget that return LabelWidget.VerticalAlignmentModifier and TypeMethodDescriptionLabelWidget.getVerticalAlignment()
Gets a text vertical alignment.Returns the enum constant of this type with the specified name.static LabelWidget.VerticalAlignment[]
LabelWidget.VerticalAlignment.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.netbeans.api.visual.widget with parameters of type LabelWidget.VerticalAlignmentModifier and TypeMethodDescriptionvoid
LabelWidget.setVerticalAlignment
(LabelWidget.VerticalAlignment verticalAlignment) Sets a text vertical alignment.