Constructor and Description |
---|
GanttRow()
Constructor
|
GanttRow(String l)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
addBar(GanttBar bar)
Adds a new Gantt-bar to row
|
void |
clearRow()
Clear the gantt row
|
Object |
clone()
Make a clone of the gantt row
|
GanttBar |
getFromNum(int i)
Get the gantt bar with the index
|
Limit |
maximalNonInfiniteEndTime()
Find the greatest not infinite end time in the row.
|
int |
noOfBars()
Get the number of gantt bars
|
void |
printRowInfo()
Print the row information
|
void |
truncate(BigDecimal t)
Cut off contents to the "right" of time t in the entire row
|
public GanttRow()
public GanttRow(String l)
l
- - The label stringpublic void clearRow()
public void addBar(GanttBar bar)
bar
- - The gantt barpublic int noOfBars()
public GanttBar getFromNum(int i)
i
- - The indexpublic void printRowInfo()
public void truncate(BigDecimal t)
t
- - The timepublic Limit maximalNonInfiniteEndTime()
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
Copyright © 2014 Uppsala University and Aalborg University. All Rights Reserved.