Package | Description |
---|---|
com.flexganttfx.view.graphics.layer |
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...).
|
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 | Class and Description |
---|---|
class |
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 (see
ChartLayout ). |
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 |
RowLayer<R extends Row<?,?,?>>
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 property
Dateline.selectedTimeIntervalProperty() . |
Modifier and Type | Class and Description |
---|---|
class |
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 type
ActivityLink . |
class |
LinkRenderer<T extends ActivityLink<?>>
The base class for all link renderers.
|
class |
Renderer |
class |
RowRenderer<R extends Row<?,?,?>> |
class |
StraightLinkRenderer<T extends ActivityLink<?>>
The straight link renderer is used to draw any link of type
ActivityLink . |
class |
WeekendCalendarActivityRenderer<A extends WeekendCalendarActivity> |
Copyright © 2020 Dirk Lemmermann Software & Consulting. All rights reserved.