Uses of Class
com.vaadin.flow.component.charts.model.TextAlign
-
Packages that use TextAlign Package Description com.vaadin.flow.component.charts.model -
-
Uses of TextAlign in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return TextAlign Modifier and Type Method Description TextAlignLabel. getTextAlign()static TextAlignTextAlign. valueOf(String name)Returns the enum constant of this type with the specified name.static TextAlign[]TextAlign. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.vaadin.flow.component.charts.model with parameters of type TextAlign Modifier and Type Method Description voidLabel. setTextAlign(TextAlign textAlign)The text alignment for the label.
-