Package | Description |
---|---|
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 |
---|---|
<AL extends ActivityLink<?>> |
GraphicsBase.getLinkRenderer(Class<AL> clazz)
Returns a renderer for the given activity link type.
|
Modifier and Type | Method and Description |
---|---|
void |
GraphicsBase.setLinkRenderer(Class<? extends Activity> clazz,
LinkRenderer<?> renderer)
Sets a custom link renderer for the given type of activity link.
|
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 |
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.