Uses of Class
com.vaadin.flow.component.charts.model.BackgroundShape
-
Packages that use BackgroundShape Package Description com.vaadin.flow.component.charts.model -
-
Uses of BackgroundShape in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return BackgroundShape Modifier and Type Method Description BackgroundShapeBackground. getShape()Returns current shape of the background.static BackgroundShapeBackgroundShape. valueOf(String name)Returns the enum constant of this type with the specified name.static BackgroundShape[]BackgroundShape. 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 BackgroundShape Modifier and Type Method Description voidBackground. setShape(BackgroundShape shape)Sets the current shape of the background.
-