Package | Description |
---|---|
com.flexganttfx.model.activity |
Classes and interfaces related to activities.
|
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.renderer |
Renderer classes for visualizing activities, calendar entries, and for adding custom background
visuals based on row type.
|
Class and Description |
---|
ActivityBase
The base implementation of the
Activity interface. |
ChartActivity
An add-on interface for any activity that is managed by the
ChartLayout . |
ChartActivityBase
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. |
CompletableActivity
An add-on interface for any
Activity that wants to visualize a
percentage complete value. |
CompletableActivityBase
The base implementation of a completable activity, which stores a
"percentage complete" value between 0 and 100%.
|
HighLowChartActivity
An add-on interface for
Activity used for activities that want to be
shown as "High Low Sticks" (e.g. |
HighLowChartActivityBase
The base implementation of a high-low activity, which are used in combination
with a
ChartLayout . |
MutableActivity
An add-on interface that needs to be implemented by any activity that can be
edited interactively by the user.
|
MutableChartActivity
An add-on interface for chart activities where it should be possible to
change the chart value at a later time.
|
MutableCompletableActivity
An add-on interface for completable activities where the user should be able
to interactively edit the percentage complete value.
|
MutableHighLowChartActivity
An add-on interface for high-low activities which allows the user to
interactively edit the high and low value of the activity.
|
Class and Description |
---|
ActivityBase
The base implementation of the
Activity interface. |
MutableActivity
An add-on interface that needs to be implemented by any activity that can be
edited interactively by the user.
|
MutableActivityBase
The base implementation of a mutable activity.
|
Class and Description |
---|
MutableActivity
An add-on interface that needs to be implemented by any activity that can be
edited interactively by the user.
|
Class and Description |
---|
ChartActivity
An add-on interface for any activity that is managed by the
ChartLayout . |
CompletableActivity
An add-on interface for any
Activity that wants to visualize a
percentage complete value. |
Copyright © 2014 Dirk Lemmermann Software & Consulting. All rights reserved.