Package com.storedobject.chart
Class ActivityChart
java.lang.Object
com.storedobject.chart.AbstractGanttChart
com.storedobject.chart.ActivityChart
- All Implemented Interfaces:
ComponentGroup
Activity chart is like a
GanttChart
but instead of a Project
instance as its data, it uses
an ActivityList
instance as its data.
Note: Unlike other charts that are instances of Chart
, Activity chart is composed of multiple charts and
other charting elements put together as a ComponentGroup
. If you want to customize this, there are
several methods to get its components from this class and there are methods that can be overridden in the
ActivityList
class too.
- Author:
- Syam
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the activity axis of this Gantt chart.Get the activity zoom component.Methods inherited from class com.storedobject.chart.AbstractGanttChart
addParts, getCoordinateSystem, getTimeAxis, getTimeAxisZoom, removeParts
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.storedobject.chart.ComponentGroup
validate
-
Constructor Details
-
ActivityChart
Constructor.- Parameters:
activityList
- Activity list.
-
-
Method Details
-
getActivityAxisZoom
Get the activity zoom component.- Returns:
- Activity zoom component.
-
getActivityAxis
-