Class TaskImpl
java.lang.Object
net.sourceforge.plantuml.project.core.AbstractTask
net.sourceforge.plantuml.project.core.TaskImpl
- All Implemented Interfaces:
Moment
,Task
,LoadPlanable
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
void
void
addResource
(Resource resource, int percentage) debug()
final Collection<Day>
final CenterBorderColor
final int
getEnd()
getLoad()
int
getNote()
getStart()
final Url
getUrl()
boolean
int
loadForResource
(Resource res, Day instant) void
setColors
(CenterBorderColor... colors) void
setCompletion
(int completion) void
setDiamond
(boolean diamond) void
void
void
void
void
toString()
Methods inherited from class net.sourceforge.plantuml.project.core.AbstractTask
getCode, getRow, getStyleBuilder, putInSameRowAs
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface net.sourceforge.plantuml.project.core.Task
getCode, getRow, getStyleBuilder, putInSameRowAs
-
Constructor Details
-
TaskImpl
-
-
Method Details
-
setUrl
-
getLoadAt
- Specified by:
getLoadAt
in interfaceLoadPlanable
-
loadForResource
-
addPause
-
addPause
-
getPrettyDisplay
-
toString
-
debug
-
getStart
-
getEnd
-
getLoad
-
setLoad
-
setStart
-
setEnd
-
setColors
-
addResource
- Specified by:
addResource
in interfaceTask
-
setDiamond
public void setDiamond(boolean diamond) - Specified by:
setDiamond
in interfaceTask
-
isDiamond
public boolean isDiamond() -
setCompletion
public void setCompletion(int completion) - Specified by:
setCompletion
in interfaceTask
-
getUrl
-
getColors
-
getCompletion
public final int getCompletion() -
getAllPaused
-
setNote
-
getNote
-