Class AbstractTask
java.lang.Object
net.sourceforge.plantuml.project.core.AbstractTask
- Direct Known Subclasses:
TaskGroup,TaskImpl,TaskSeparator
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal TaskCodegetCode()final TaskgetRow()final StyleBuilderfinal voidputInSameRowAs(Task row) 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, 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
-