Uses of Enum
org.netbeans.api.visual.widget.LabelWidget.Orientation
Packages that use LabelWidget.Orientation
-
Uses of LabelWidget.Orientation in org.netbeans.api.visual.widget
Subclasses with type arguments of type LabelWidget.Orientation in org.netbeans.api.visual.widgetMethods in org.netbeans.api.visual.widget that return LabelWidget.OrientationModifier and TypeMethodDescriptionLabelWidget.getOrientation()
Gets a text orientation.static LabelWidget.Orientation
Returns the enum constant of this type with the specified name.static LabelWidget.Orientation[]
LabelWidget.Orientation.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.OrientationModifier and TypeMethodDescriptionvoid
LabelWidget.setOrientation
(LabelWidget.Orientation orientation) Sets a text orientation.