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) java.lang.String
debug()
final java.util.Collection<Day>
final CenterBorderColor
final int
getEnd()
getLoad()
int
getNote()
java.lang.String
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
java.lang.String
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
public java.lang.String getPrettyDisplay() -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
debug
public java.lang.String 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
-