Class AbstractTask
java.lang.Object
net.sourceforge.plantuml.project.core.AbstractTask
- Direct Known Subclasses:
TaskChronology,TaskGroup,TaskImpl,TaskSeparator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal TaskCodegetCode()final TaskgetRow()final StyleBuilderfinal voidputInSameRowAs(Task row) voidsetDisplay(String displayString) final voidsetStereotype(Stereotype stereotype) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface net.sourceforge.plantuml.project.core.Task
addPause, addPause, addResource, getLoad, isAssignedTo, isDiamond, setColors, setCompletion, setDiamond, setEnd, setLoad, setNote, setStart, setUrl
-
Constructor Details
-
AbstractTask
-
-
Method Details
-
putInSameRowAs
- Specified by:
putInSameRowAsin interfaceTask
-
getRow
-
getCode
-
getStyleBuilder
- Specified by:
getStyleBuilderin interfaceTask
-
setDisplay
- Specified by:
setDisplayin interfaceTask
-
getDisplayString
- Specified by:
getDisplayStringin interfaceTask
-
getStereotype
- Specified by:
getStereotypein interfaceTask
-
setStereotype
- Specified by:
setStereotypein interfaceTask
-