Uses of Class
com.vaadin.flow.component.charts.model.FlagShape
-
Packages that use FlagShape Package Description com.vaadin.flow.component.charts.model -
-
Uses of FlagShape in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return FlagShape Modifier and Type Method Description FlagShapePlotOptionsFlags. getShape()static FlagShapeFlagShape. valueOf(String name)Returns the enum constant of this type with the specified name.static FlagShape[]FlagShape. 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 FlagShape Modifier and Type Method Description voidPlotOptionsFlags. setShape(FlagShape shape)The shape of the marker.
-