We use cookies to serve our customers and website visitors in the best possible way. Cookies are used for the proper functioning of the website and for improving the user experience, monitoring visitor traffic and marketing purposes. By continuing to browse the site, you agree to our use of cookies. You can read more about cookies here.
Uses of Class
com.vaadin.flow.component.map.configuration.style.TextStyle
Packages that use TextStyle
Package
Description
-
Uses of TextStyle in com.vaadin.flow.component.map.configuration
Methods in com.vaadin.flow.component.map.configuration that return TextStyleModifier and TypeMethodDescriptionFeature.getTextStyle()
Returns the custom text style for rendering this feature's
Feature.getText()
.Methods in com.vaadin.flow.component.map.configuration with parameters of type TextStyleModifier and TypeMethodDescriptionvoid
Feature.setTextStyle
(TextStyle textStyle) Sets a custom text style for rendering this feature's
Feature.getText()
. -
Uses of TextStyle in com.vaadin.flow.component.map.configuration.style
Methods in com.vaadin.flow.component.map.configuration.style that return TextStyleModifier and TypeMethodDescriptionStyle.getTextStyle()
The text style used for rendering texts, such as feature texts.
Methods in com.vaadin.flow.component.map.configuration.style with parameters of type TextStyleModifier and TypeMethodDescriptionvoid
Style.setTextStyle
(TextStyle textStyle) Sets the text style to use for rendering texts, such as feature texts.