Uses of Class
com.flexganttfx.view.graphics.renderer.RendererBase
Packages that use RendererBase
Package
Description
System layers are used to draw various pieces of information into the background of a row
(time now, grid lines, marked time interval, chart and agenda lines, etc...).
Renderer classes for visualizing activities, calendar entries, and for adding custom background
visuals based on row type.
-
Uses of RendererBase in com.flexganttfx.view.graphics.layer
Subclasses of RendererBase in com.flexganttfx.view.graphics.layerModifier and TypeClassDescriptionclass
AgendaLinesLayer<R extends Row<?,
?, ?>> Draws the horizontal grid lines for a row if the row or any of its inner lines are using the agenda layout.class
CalendarLayer<R extends Row<?,
?, ?>> Draws the entries returned by the calendars attached to a row or attached to the entire graphics view.class
ChartLinesLayer<R extends Row<?,
?, ?>> Draws the horizontal grid lines for a row if the row or any of its inner lines are using the chart layout (seeChartLayout
).class
DSTLineLayer<R extends Row<?,
?, ?>> Draws a vertical line at the location of the next daylight savings time change.class
GridLinesLayer<R extends Row<?,
?, ?>> Draws the vertical grid lines based on the scale resolutions currently present in the dateline.class
HoverTimeIntervalLayer<R extends Row<?,
?, ?>> Draws the hover time interval specified by the dateline.class
InnerLinesLayer<R extends Row<?,
?, ?>> Draws separator lines between inner lines.class
LayoutLayer<R extends Row<?,
?, ?>> Draws the layout padding areas.class
NowLineLayer<R extends Row<?,
?, ?>> Draws a vertical line at the location of the current time / now time.class
Draws the background of each row.class
SelectedTimeIntervalsLayer<R extends Row<?,
?, ?>> Draws the time intervals that were selected by the user (or the application) in the dateline.class
SystemLayer<R extends Row<?,
?, ?>> System layers are used in the background and foreground of each row.class
ZoomTimeIntervalLayer<R extends Row<?,
?, ?>> Draws the zoom interval as defined by the timeline propertyDateline.selectedTimeIntervalProperty()
. -
Uses of RendererBase in com.flexganttfx.view.graphics.renderer
Subclasses of RendererBase in com.flexganttfx.view.graphics.rendererModifier and TypeClassDescriptionclass
ActivityBarRenderer<A extends Activity>
class
ActivityRenderer<A extends Activity>
class
CalendarActivityRenderer<A extends CalendarActivity>
class
ChartActivityRenderer<A extends ChartActivity>
class
CompletableActivityRenderer<A extends CompletableActivity>
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
class
RowRenderer<R extends Row<?,
?, ?>> class
StraightLinkRenderer<T extends ActivityLink<?>>
The straight link renderer is used to draw any link of typeActivityLink
.class