Constructor and Description |
---|
GanttChart()
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
addRow(GanttRow row)
Add a new row into the chart
|
void |
clearChart()
Clear the rows, but keep id-strings and empty lists for each row
|
Object |
clone() |
GanttRow |
getRow(int i)
Get the row
|
Limit |
maximalNonInfiniteEndTime()
Get the maximum non infinite end time
|
int |
noOfRows()
Get the number of the rows
|
void |
printGanttInfo()
Printing the gantt chart information
|
void |
truncate(BigDecimal t)
Remove everything to the "right" of time t in chart
|
void |
truncate(int from)
Remove everything from the input data
|
public void addRow(GanttRow row)
row
- - The gantt chart rowpublic int noOfRows()
public GanttRow getRow(int i)
i
- - The indexpublic void truncate(BigDecimal t)
t
- - The time valuepublic void truncate(int from)
from
- - The from datapublic void clearChart()
public Limit maximalNonInfiniteEndTime()
public void printGanttInfo()
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
Copyright © 2014 Uppsala University and Aalborg University. All Rights Reserved.