com.vaadin.flow.component.charts.model.
Class ConnectorStyle
All Implemented Interfaces:
Direct Known Subclasses:
ChartConnectors
, GanttSeriesItemDependency
, SeriesConnectors
A configuration object to configure style of connectors (dependencies) between two points in a Gantt chart.
See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetType()
void
setDashStyle
(DashStyle dashStyle) Set the default dash style for this chart's connecting lines.
void
setEndMarker
(Marker endMarker) Marker options specific to the end markers for this chart's Pathfinder connectors.
void
setLineColor
(Color lineColor) Set the default color for this chart's Pathfinder connecting lines.
void
setLineWidth
(Number lineWidth) Set the default pixel width for this chart's Pathfinder connecting lines.
void
Marker options for this chart's Pathfinder connectors.
void
setStartMarker
(Marker startMarker) Marker options specific to the start markers for this chart's Pathfinder connectors.
void
setType
(PathfinderType type) Set the default pathfinder algorithm to use for this chart.
-
Constructor Details
-
ConnectorStyle
public ConnectorStyle()
-
-
Method Details
-
getDashStyle
See Also:
-
setDashStyle
Set the default dash style for this chart's connecting lines. Defaults to solid.
-
getEndMarker
See Also:
-
setEndMarker
Marker options specific to the end markers for this chart's Pathfinder connectors. Overrides the generic marker options.
-
getLineColor
See Also:
-
setLineColor
Set the default color for this chart's Pathfinder connecting lines. Defaults to the color of the point being connected.
-
getLineWidth
See Also:
-
setLineWidth
Set the default pixel width for this chart's Pathfinder connecting lines. Defaults to 1.
-
getMarker
See Also:
-
setMarker
Marker options for this chart's Pathfinder connectors. Note that this option is overridden by the startMarker and endMarker options.
-
getStartMarker
See Also:
-
setStartMarker
Marker options specific to the start markers for this chart's Pathfinder connectors. Overrides the generic marker options.
-
getType
See Also:
-
setType
Set the default pathfinder algorithm to use for this chart.
See Also:
-