public class TaskChronology extends AbstractTask implements Task
| Constructor and Description |
|---|
TaskChronology(StyleBuilder styleBuilder,
TaskCode code) |
| Modifier and Type | Method and Description |
|---|---|
void |
addPause(Day pause) |
void |
addPause(DayOfWeek pause) |
void |
addResource(Resource resource,
int percentage) |
Day |
getEnd() |
Load |
getLoad() |
Display |
getNote() |
Day |
getStart() |
boolean |
isAssignedTo(Resource res) |
boolean |
isDiamond() |
void |
setColors(CenterBorderColor... colors) |
void |
setCompletion(int completion) |
void |
setDiamond(boolean diamond) |
void |
setEnd(Day end) |
void |
setLoad(Load load) |
void |
setNote(Display note) |
void |
setStart(Day start) |
void |
setUrl(Url url) |
getCode, getDisplayString, getRow, getStereotype, getStyleBuilder, putInSameRowAs, setDisplay, setStereotypeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetCode, getDisplayString, getRow, getStereotype, getStyleBuilder, putInSameRowAs, setDisplay, setStereotypepublic TaskChronology(StyleBuilder styleBuilder, TaskCode code)
public void addResource(Resource resource, int percentage)
addResource in interface Taskpublic void setDiamond(boolean diamond)
setDiamond in interface Taskpublic void setCompletion(int completion)
setCompletion in interface Taskpublic boolean isAssignedTo(Resource res)
isAssignedTo in interface Taskpublic void setColors(CenterBorderColor... colors)
public Display getNote()