Package | Description |
---|---|
output |
package contains tools to generate output like application graph XML,
Gantt charts or Dot graphs in order to visualize the data.
|
Modifier and Type | Field and Description |
---|---|
private java.util.List<GanttChart.Record> |
GanttChart.records
List of records to generate Gantt Chart.
|
Modifier and Type | Method and Description |
---|---|
void |
GanttChart.addRecord(GanttChart.Record record)
Add a record to the list.
|
int |
GanttChart.Record.compareTo(GanttChart.Record anotherInstance)
Compare record with another record.
|