Package | Description |
---|---|
com.flexganttfx.model |
Top-level model classes required for creating a Gantt chart.
|
com.flexganttfx.model.calendar |
Classes and interfaces related to calendars.
|
com.flexganttfx.view.graphics |
The various graphics controls that are used for rendering the Gantt chart.
|
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 | Interface and Description |
---|---|
interface |
Calendar<A extends CalendarActivity>
A calendar is an extension of an activity repository with the additions of a
name and a visibility property.
|
Modifier and Type | Class and Description |
---|---|
class |
CalendarBase<A extends CalendarActivity>
An abstract base implementation of an activity repository that implements the
Calendar interface. |
Modifier and Type | Class and Description |
---|---|
class |
CalendarActivityBase<T>
The base implementation of a calendar activity.
|
class |
MutableCalendarActivityBase<T>
A mutable calendar activity base implementation.
|
class |
WeekendCalendarActivity
A specialized calendar activity used to represent weekend days (e.g.
|
Modifier and Type | Method and Description |
---|---|
List<CalendarActivity> |
GraphicsBase.getAllCalendarActivitiesAt(double x,
double y)
Finds all calendar activities at the given location.
|
ObservableList<Calendar<? extends CalendarActivity>> |
GraphicsBase.getCalendars()
Returns the list of calendars that are registered with the graphics view.
|
Modifier and Type | Method and Description |
---|---|
<A extends CalendarActivity> |
CalendarLayer.getCalendarActivityRenderer(Class<? extends A> clazz) |
Modifier and Type | Class and Description |
---|---|
class |
CalendarActivityRenderer<A extends CalendarActivity> |
Copyright © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.