@Generated(value="This class is generated and shouldn\'t be modified", comments="Incorrect and missing API should be reported to https://github.com/vaadin/vaadin-charts-flow/issues/new") public class Back extends AbstractConfigurationObject
| Constructor and Description |
|---|
Back() |
| Modifier and Type | Method and Description |
|---|---|
Color |
getColor() |
Number |
getSize() |
void |
setColor(Color color)
The color of the panel.
|
void |
setSize(Number size)
Thickness of the panel.
|
public Color getColor()
setColor(Color)public void setColor(Color color)
Defaults to: transparent
public Number getSize()
setSize(Number)public void setSize(Number size)
Defaults to: 1
Copyright © 2014–2019 Vaadin Ltd. All rights reserved.