Uses of Class
com.vaadin.flow.component.charts.model.Shape
-
Packages that use Shape Package Description com.vaadin.flow.component.charts.model -
-
Uses of Shape in com.vaadin.flow.component.charts.model
Methods in com.vaadin.flow.component.charts.model that return Shape Modifier and Type Method Description abstract ShapeAbstractDataLabels. getShape()ShapeCrosshairLabel. getShape()ShapeDataLabels. getShape()ShapeDataLabelsFunnel. getShape()ShapeDataLabelsRange. getShape()ShapeSeriesTooltip. getShape()ShapeTooltip. getShape()static ShapeShape. valueOf(String name)Returns the enum constant of this type with the specified name.static Shape[]Shape. 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 Shape Modifier and Type Method Description abstract voidAbstractDataLabels. setShape(Shape shape)The name of a symbol to use for the border around the label.voidCrosshairLabel. setShape(Shape shape)The shape to use for the label box.voidDataLabels. setShape(Shape shape)The name of a symbol to use for the border around the label.voidDataLabelsFunnel. setShape(Shape shape)The name of a symbol to use for the border around the label.voidDataLabelsRange. setShape(Shape shape)The name of a symbol to use for the border around the label.voidSeriesTooltip. setShape(Shape shape)The name of a symbol to use for the border around the tooltip.voidTooltip. setShape(Shape shape)The name of a symbol to use for the border around the tooltip.
-