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 void
addChildren(GroupingLeaf g)
boolean
dealWith(Participant someone)
HColor
getBackColorGeneral()
int
getLevel()
Url
getUrl()
Style[]
getUsedStyles()
void
goParallel()
boolean
hasUrl()
boolean
isParallel()
-
Methods inherited from class net.sourceforge.plantuml.sequencediagram.Grouping
getBackColorElement, getComment, getDefaultStyleDefinition, 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:
getUsedStyles
in interfaceWithStyle
- Overrides:
getUsedStyles
in classGrouping
-
addChildren
public void addChildren(GroupingLeaf g)
-
getBackColorGeneral
public HColor 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()
-
-