Uses of Class
com.flexganttfx.model.util.IntervalTree
-
Packages that use IntervalTree 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 IntervalTree in com.flexganttfx.view
Methods in com.flexganttfx.view that return IntervalTree Modifier and Type Method Description 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 IntervalTree Modifier and Type Method Description IntervalTree<ActivityLink>
GraphicsBase. getLinks()
Returns the interval tree that is used to store all activity links of the model.
-