Module com.flexganttfx.view
Package com.flexganttfx.view.graphics.renderer
Renderer classes for visualizing activities, calendar entries, and for adding custom background
visuals based on row type.
- Since:
- 1.0
-
Class Summary Class Description ActivityBarRenderer<A extends Activity> ActivityRenderer<A extends Activity> CalendarActivityRenderer<A extends CalendarActivity> ChartActivityRenderer<A extends ChartActivity> CompletableActivityRenderer<A extends CompletableActivity> CurvedLinkRenderer<T extends ActivityLink<?>> A link renderer used to draw curved link lines between activities of typeActivityLink
.LinkRenderer<T extends ActivityLink<?>> The base class for all link renderers.Renderer RendererBase The base class of all renderers used by FlexGanttFX.RenderingBug RowRenderer<R extends Row<?,?,?>> StraightLinkRenderer<T extends ActivityLink<?>> The straight link renderer is used to draw any link of typeActivityLink
.WeekendCalendarActivityRenderer<A extends WeekendCalendarActivity> -
Enum Summary Enum Description ActivityBarRenderer.TextPosition LinkRenderer.ArrowDirection An enum listing the various directions the arrow can be painted.LinkRenderer.TargetLocation An enumerator of possible locations that the target object can have relative to the source object.