Package com.storedobject.chart
Class GanttChart
java.lang.Object
com.storedobject.chart.AbstractGanttChart
com.storedobject.chart.GanttChart
- All Implemented Interfaces:
ComponentGroup
Gantt chart.
An instance of Project
is required as the data for the Gantt chart.
Note: Unlike other charts that are instances of Chart
, Gantt 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
Project
class too.
- Author:
- Syam
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the task axis of this Gantt chart.Get the task 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
-
GanttChart
-
-
Method Details
-
getTaskAxisZoom
-
getTaskAxis
-