Class GroupingStart
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.Grouping
-
- net.sourceforge.plantuml.sequencediagram.GroupingStart
-
-
Constructor Summary
Constructors Constructor Description GroupingStart(java.lang.String title, java.lang.String comment, HtmlColor backColorGeneral, HtmlColor backColorElement, GroupingStart parent)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addChildren(GroupingLeaf g)
boolean
dealWith(Participant someone)
HtmlColor
getBackColorGeneral()
int
getLevel()
Url
getUrl()
void
goParallel()
boolean
hasUrl()
boolean
isParallel()
-
Methods inherited from class net.sourceforge.plantuml.sequencediagram.Grouping
getBackColorElement, getComment, getTitle, getType, toString
-
-
-
-
Constructor Detail
-
GroupingStart
public GroupingStart(java.lang.String title, java.lang.String comment, HtmlColor backColorGeneral, HtmlColor backColorElement, GroupingStart parent)
-
-
Method Detail
-
addChildren
public void addChildren(GroupingLeaf g)
-
getBackColorGeneral
public HtmlColor getBackColorGeneral()
- Specified by:
getBackColorGeneral
in classGrouping
-
dealWith
public boolean dealWith(Participant someone)
-
getUrl
public Url getUrl()
-
hasUrl
public boolean hasUrl()
-
isParallel
public boolean isParallel()
- Specified by:
isParallel
in interfaceEvent
- Specified by:
isParallel
in classGrouping
-
goParallel
public void goParallel()
-
-