Uses of Class
com.flexganttfx.model.ActivityLink
-
Packages that use ActivityLink Package Description com.flexganttfx.view The main Gantt chart controls.com.flexganttfx.view.graphics The various graphics controls that are used for rendering the Gantt chart. -
-
Uses of ActivityLink in com.flexganttfx.view
Methods in com.flexganttfx.view that return types with arguments of type ActivityLink Modifier and Type Method Description ObservableList<ActivityLink<?>>
GanttChartBase. getLinks()
Convenience method to return the list of links registered on the graphics view. -
Uses of ActivityLink in com.flexganttfx.view.graphics
Methods in com.flexganttfx.view.graphics that return types with arguments of type ActivityLink Modifier and Type Method Description ObservableList<ActivityLink<?>>
GraphicsBase. getLinks()
Returns the list that is used to store all activity links of the model.
-