Uses of Class
com.flexganttfx.model.activity.ActivityBase
| Package | Description |
|---|---|
| com.flexganttfx.model.activity |
Classes and interfaces related to activities.
|
| com.flexganttfx.model.calendar |
Classes and interfaces related to calendars.
|
-
Uses of ActivityBase in com.flexganttfx.model.activity
Subclasses of ActivityBase in com.flexganttfx.model.activity Modifier and Type Class Description classChartActivityBase<T>The base implementation of a chart activity, which defines an additional chart value attribute that can be utilized by theChartLayoutto create charts based on activities, e.g.classCompletableActivityBase<T>The base implementation of a completable activity, which stores a "percentage complete" value between 0 and 100%.classHighLowChartActivityBase<T>The base implementation of a high-low activity, which are used in combination with aChartLayout.classMutableActivityBase<T>The base implementation of a mutable activity.classMutableChartActivityBase<T>The base implementation of a mutable chart activity.classMutableCompletableActivityBase<T>The base implementation of a mutable and completable activity.classMutableHighLowChartActivityBase<T>The base implementation of a mutable high / low activity. -
Uses of ActivityBase in com.flexganttfx.model.calendar
Subclasses of ActivityBase in com.flexganttfx.model.calendar Modifier and Type Class Description classCalendarActivityBase<T>The base implementation of a calendar activity.classMutableCalendarActivityBase<T>A mutable calendar activity base implementation.classWeekendCalendarActivityA specialized calendar activity used to represent weekend days (e.g.