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.com.flexganttfx.view.graphics.renderer Renderer classes for visualizing activities, calendar entries, and for adding custom background visuals based on row type. -
-
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 IntervalTree<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 with type parameters of type ActivityLink Modifier and Type Method Description <AL extends ActivityLink<?>>
LinkRenderer<AL>GraphicsBase. getLinkRenderer(Class<AL> clazz)
Returns a renderer for the given activity link type.Methods in com.flexganttfx.view.graphics that return types with arguments of type ActivityLink Modifier and Type Method Description IntervalTree<ActivityLink>
GraphicsBase. getLinks()
Returns the interval tree that is used to store all activity links of the model. -
Uses of ActivityLink in com.flexganttfx.view.graphics.renderer
Classes in com.flexganttfx.view.graphics.renderer with type parameters of type ActivityLink Modifier and Type Class Description class
CurvedLinkRenderer<T extends ActivityLink<?>>
A link renderer used to draw curved link lines between activities of typeActivityLink
.class
LinkRenderer<T extends ActivityLink<?>>
The base class for all link renderers.class
StraightLinkRenderer<T extends ActivityLink<?>>
The straight link renderer is used to draw any link of typeActivityLink
.
-