Package | Description |
---|---|
com.flexganttfx.model.activity |
Classes and interfaces related to activities.
|
com.flexganttfx.model.calendar |
Classes and interfaces related to calendars.
|
Modifier and Type | Class and Description |
---|---|
class |
ChartActivityBase<T>
The base implementation of a chart activity, which defines an additional
chart value attribute that can be utilized by the
ChartLayout to
create charts based on activities, e.g. for capacity usage / resource usage
profiles. |
class |
CompletableActivityBase<T>
The base implementation of a completable activity, which stores a
"percentage complete" value between 0 and 100%.
|
class |
HighLowChartActivityBase<T>
The base implementation of a high-low activity, which are used in combination
with a
ChartLayout . |
class |
MutableActivityBase<T>
The base implementation of a mutable activity.
|
class |
MutableChartActivityBase<T>
The base implementation of a mutable chart activity.
|
class |
MutableCompletableActivityBase<T>
The base implementation of a mutable and completable activity.
|
class |
MutableHighLowChartActivityBase<T>
The base implementation of a mutable high / low activity.
|
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.
|
Copyright © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.