Uses of Enum Class
org.csstudio.swt.widgets.figures.TextFigure.V_ALIGN
Packages that use TextFigure.V_ALIGN
-
Uses of TextFigure.V_ALIGN in org.csstudio.opibuilder.widgets.model
Methods in org.csstudio.opibuilder.widgets.model that return TextFigure.V_ALIGN -
Uses of TextFigure.V_ALIGN in org.csstudio.swt.widgets.figures
Fields in org.csstudio.swt.widgets.figures declared as TextFigure.V_ALIGNMethods in org.csstudio.swt.widgets.figures that return TextFigure.V_ALIGNModifier and TypeMethodDescriptionTextFigure.getVerticalAlignment()
static TextFigure.V_ALIGN
Returns the enum constant of this class with the specified name.static TextFigure.V_ALIGN[]
TextFigure.V_ALIGN.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.csstudio.swt.widgets.figures with parameters of type TextFigure.V_ALIGNModifier and TypeMethodDescriptionvoid
TextFigure.setVerticalAlignment
(TextFigure.V_ALIGN vAlignment)