Class TaskSeparator
- java.lang.Object
-
- net.sourceforge.plantuml.project.core.AbstractTask
-
- net.sourceforge.plantuml.project.core.TaskSeparator
-
public class TaskSeparator extends AbstractTask implements Task
-
-
Field Summary
-
Fields inherited from class net.sourceforge.plantuml.project.core.AbstractTask
code
-
-
Constructor Summary
Constructors Constructor Description TaskSeparator(java.lang.String comment, int id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addPause(Day pause)
void
addPause(DayOfWeek pause)
void
addResource(Resource resource, int percentage)
TaskCode
getCode()
Day
getEnd()
Load
getLoad()
java.lang.String
getName()
Day
getStart()
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)
-
Methods inherited from class net.sourceforge.plantuml.project.core.AbstractTask
getRow, putInSameRowAs
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.project.core.Task
getRow, putInSameRowAs
-
-
-
-
Method Detail
-
setColors
public void setColors(CenterBorderColor colors)
-
getName
public java.lang.String getName()
-
addResource
public void addResource(Resource resource, int percentage)
- Specified by:
addResource
in interfaceTask
-
setDiamond
public void setDiamond(boolean diamond)
- Specified by:
setDiamond
in interfaceTask
-
setCompletion
public void setCompletion(int completion)
- Specified by:
setCompletion
in interfaceTask
-
-