Uses of Enum Class
com.vaadin.flow.component.map.configuration.style.TextStyle.TextBaseline
Packages that use TextStyle.TextBaseline
-
Uses of TextStyle.TextBaseline in com.vaadin.flow.component.map.configuration.style
Methods in com.vaadin.flow.component.map.configuration.style that return TextStyle.TextBaselineModifier and TypeMethodDescriptionTextStyle.getTextBaseline()The vertical baseline for aligning the text based on its anchor point.static TextStyle.TextBaselineReturns the enum constant of this class with the specified name.static TextStyle.TextBaseline[]TextStyle.TextBaseline.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.vaadin.flow.component.map.configuration.style with parameters of type TextStyle.TextBaselineModifier and TypeMethodDescriptionvoidTextStyle.setTextBaseline(TextStyle.TextBaseline textBaseline) Sets the vertical baseline for aligning the text based on its anchor point, including the offset set usingTextStyle.setOffset(TextOffset).