Class GroupingStart
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.Grouping
-
- net.sourceforge.plantuml.sequencediagram.GroupingStart
-
-
Constructor Summary
Constructors Constructor Description GroupingStart(String title, String comment, HColor backColorGeneral, HColor backColorElement, GroupingStart parent, StyleBuilder styleBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddChildren(GroupingLeaf g)booleandealWith(Participant someone)HColorgetBackColorGeneral()intgetLevel()UrlgetUrl()Style[]getUsedStyles()voidgoParallel()booleanhasUrl()booleanisParallel()-
Methods inherited from class net.sourceforge.plantuml.sequencediagram.Grouping
getBackColorElement, getComment, getStyleSignature, getTitle, getType, toString
-
-
-
-
Constructor Detail
-
GroupingStart
public GroupingStart(String title, String comment, HColor backColorGeneral, HColor backColorElement, GroupingStart parent, StyleBuilder styleBuilder)
-
-
Method Detail
-
getUsedStyles
public Style[] getUsedStyles()
- Specified by:
getUsedStylesin interfaceWithStyle- Overrides:
getUsedStylesin classGrouping
-
addChildren
public void addChildren(GroupingLeaf g)
-
getBackColorGeneral
public HColor getBackColorGeneral()
- Specified by:
getBackColorGeneralin classGrouping
-
dealWith
public boolean dealWith(Participant someone)
-
getUrl
public Url getUrl()
-
hasUrl
public boolean hasUrl()
-
isParallel
public boolean isParallel()
- Specified by:
isParallelin interfaceEvent- Specified by:
isParallelin classGrouping
-
goParallel
public void goParallel()
-
-