Uses of Enum Class
org.csstudio.swt.widgets.figures.TextFigure.H_ALIGN
Packages that use TextFigure.H_ALIGN
-
Uses of TextFigure.H_ALIGN in org.csstudio.opibuilder.widgets.model
Methods in org.csstudio.opibuilder.widgets.model that return TextFigure.H_ALIGN -
Uses of TextFigure.H_ALIGN in org.csstudio.swt.widgets.figures
Fields in org.csstudio.swt.widgets.figures declared as TextFigure.H_ALIGNMethods in org.csstudio.swt.widgets.figures that return TextFigure.H_ALIGNModifier and TypeMethodDescriptionTextFigure.getHorizontalAlignment()
static TextFigure.H_ALIGN
Returns the enum constant of this class with the specified name.static TextFigure.H_ALIGN[]
TextFigure.H_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.H_ALIGNModifier and TypeMethodDescriptionvoid
TextFigure.setHorizontalAlignment
(TextFigure.H_ALIGN hAlignment) void
WrappableTextFigure.setHorizontalAlignment
(TextFigure.H_ALIGN hAlignment)