Class GuideBoxDefaultState
java.lang.Object
com.vaadin.flow.component.charts.model.AbstractConfigurationObject
com.vaadin.flow.component.charts.model.GuideBoxDefaultState
- All Implemented Interfaces:
Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetColor()voidsetClassName(String className) CSS class name of the guide box in this state.voidGuide box fill color.voidGuide box cursor.voidsetLineColor(Color lineColor) Color of the border around the guide box.voidsetLineWidth(Number lineWidth) Width of the line around the guide box.voidGuide box zIndex.
-
Constructor Details
-
GuideBoxDefaultState
public GuideBoxDefaultState()
-
-
Method Details
-
getClassName
- See Also:
-
setClassName
CSS class name of the guide box in this state. Defaults to highcharts-drag-box-default. Defaults to highcharts-drag-box-default.- Parameters:
className-
-
getColor
- See Also:
-
setColor
Guide box fill color. Defaults to rgba(0, 0, 0, 0.1).- Parameters:
color-
-
getCursor
- See Also:
-
setCursor
Guide box cursor. Defaults to "move".- Parameters:
cursor-
-
getLineColor
- See Also:
-
setLineColor
Color of the border around the guide box. Defaults to #888.- Parameters:
lineColor-
-
getLineWidth
- See Also:
-
setLineWidth
Width of the line around the guide box. Defaults to 1.- Parameters:
lineWidth-
-
getzIndex
- See Also:
-
setzIndex
Guide box zIndex. Defaults to 900.- Parameters:
zIndex-
-