Class Side
- java.lang.Object
-
- com.vaadin.flow.component.charts.model.AbstractConfigurationObject
-
- com.vaadin.flow.component.charts.model.Side
-
- All Implemented Interfaces:
Serializable
public class Side extends AbstractConfigurationObject
Note: As of v5.0.12,
frame.leftorframe.rightshould be used instead.The side for the frame around a 3D chart.
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Side()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ColorgetColor()NumbergetSize()voidsetColor(Color color)The color of the panel.voidsetSize(Number size)The thickness of the panel.
-
-
-
Method Detail
-
getColor
public Color getColor()
- See Also:
setColor(Color)
-
setColor
public void setColor(Color color)
The color of the panel.Defaults to: transparent
-
getSize
public Number getSize()
- See Also:
setSize(Number)
-
setSize
public void setSize(Number size)
The thickness of the panel.Defaults to: 1
-
-