Uses of Class
com.flexganttfx.model.ActivityLink
Packages that use ActivityLink
Package
Description
The main Gantt chart controls.
The various graphics controls that are used for rendering the Gantt chart.
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 ActivityLinkModifier and TypeMethodDescriptionfinal 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 ActivityLinkModifier and TypeMethodDescriptionfinal <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 ActivityLinkModifier and TypeMethodDescriptionfinal 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 ActivityLinkModifier and TypeClassDescriptionclass
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
.