Class GanttSeriesItemDependency
java.lang.Object
com.vaadin.flow.component.charts.model.AbstractConfigurationObject
com.vaadin.flow.component.charts.model.ConnectorStyle
com.vaadin.flow.component.charts.model.GanttSeriesItemDependency
- All Implemented Interfaces:
Serializable
A configuration object to express dependencies between tasks in a Gantt
chart.
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.vaadin.flow.component.charts.model.ConnectorStyle
getDashStyle, getEndMarker, getLineColor, getLineWidth, getMarker, getStartMarker, getType, setDashStyle, setEndMarker, setLineColor, setLineWidth, setMarker, setStartMarker, setType
-
Constructor Details
-
GanttSeriesItemDependency
public GanttSeriesItemDependency() -
GanttSeriesItemDependency
-
-
Method Details
-
getTo
- See Also:
-
setTo
The ID of the point to connect to.
-