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.
|
Modifier and Type | Method and Description |
---|---|
IntervalTree<ActivityLink> |
GanttChartBase.getLinks()
Convenience method to return the list of links registered on the graphics
view.
|
Modifier and Type | Method and Description |
---|---|
<AL extends ActivityLink<?>> |
GraphicsBase.getLinkRenderer(Class<AL> clazz)
Returns a renderer for the given activity link type.
|
Modifier and Type | Method and Description |
---|---|
IntervalTree<ActivityLink> |
GraphicsBase.getLinks()
Returns the interval tree that is used to store all activity links of the model.
|
Modifier and Type | Class and Description |
---|---|
class |
CurvedLinkRenderer<T extends ActivityLink<?>>
A link renderer used to draw curved link lines between activities of type
ActivityLink . |
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 type
ActivityLink . |
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.