Class Handles
- java.lang.Object
-
- com.vaadin.flow.component.charts.model.AbstractConfigurationObject
-
- com.vaadin.flow.component.charts.model.Handles
-
- All Implemented Interfaces:
Serializable
public class Handles extends AbstractConfigurationObject
Options for the handles for dragging the zoomed area.
In styled mode, the navigator handles are styled with the
.highcharts-navigator-handle,.highcharts-navigator-handle-leftand.highcharts-navigator-handle-rightclasses.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Handles()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ColorgetBackgroundColor()ColorgetBorderColor()voidsetBackgroundColor(Color backgroundColor)The fill for the handle.voidsetBorderColor(Color borderColor)The stroke for the handle border and the stripes inside.
-
-
-
Method Detail
-
getBackgroundColor
public Color getBackgroundColor()
- See Also:
setBackgroundColor(Color)
-
setBackgroundColor
public void setBackgroundColor(Color backgroundColor)
The fill for the handle.Defaults to: #f2f2f2
-
getBorderColor
public Color getBorderColor()
- See Also:
setBorderColor(Color)
-
setBorderColor
public void setBorderColor(Color borderColor)
The stroke for the handle border and the stripes inside.Defaults to: #999999
-
-