Package | Description |
---|---|
com.vaadin.flow.component.charts.model |
Modifier and Type | Method and Description |
---|---|
BackgroundShape |
Background.getShape()
Returns current shape of the background.
|
static BackgroundShape |
BackgroundShape.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.
|
Modifier and Type | Method and Description |
---|---|
void |
Background.setShape(BackgroundShape shape)
Sets the current shape of the background.
|
Copyright © 2025. All rights reserved.