Uses of Class
com.flexganttfx.model.util.IntervalTree
Packages that use IntervalTree
Package
Description
The main Gantt chart controls.
The various graphics controls that are used for rendering the Gantt chart.
-
Uses of IntervalTree in com.flexganttfx.view
Methods in com.flexganttfx.view that return IntervalTreeModifier and TypeMethodDescriptionfinal IntervalTree<ActivityLink>
GanttChartBase.getLinks()
Convenience method to return the list of links registered on the graphics view. -
Uses of IntervalTree in com.flexganttfx.view.graphics
Methods in com.flexganttfx.view.graphics that return IntervalTreeModifier and TypeMethodDescriptionfinal IntervalTree<ActivityLink>
GraphicsBase.getLinks()
Returns the interval tree that is used to store all activity links of the model.