Class GroupingLeaf
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.Grouping
-
- net.sourceforge.plantuml.sequencediagram.GroupingLeaf
-
- All Implemented Interfaces:
Event
,EventWithDeactivate
,Styleable
,WithStyle
public final class GroupingLeaf extends Grouping implements EventWithDeactivate
-
-
Constructor Summary
Constructors Constructor Description GroupingLeaf(java.lang.String title, java.lang.String comment, GroupingType type, HColor backColorGeneral, HColor backColorElement, GroupingStart start, StyleBuilder styleBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
addLifeEvent(LifeEvent lifeEvent)
boolean
dealWith(Participant someone)
HColor
getBackColorGeneral()
GroupingStart
getGroupingStart()
Grouping
getJustAfter()
int
getLevel()
java.util.List<Note>
getNoteOnMessages()
double
getPosYendLevel()
Url
getUrl()
boolean
hasUrl()
boolean
isParallel()
void
setNote(Note note)
void
setPosYendLevel(double posYendLevel)
-
Methods inherited from class net.sourceforge.plantuml.sequencediagram.Grouping
getBackColorElement, getComment, getDefaultStyleDefinition, getTitle, getType, getUsedStyles, toString
-
-
-
-
Constructor Detail
-
GroupingLeaf
public GroupingLeaf(java.lang.String title, java.lang.String comment, GroupingType type, HColor backColorGeneral, HColor backColorElement, GroupingStart start, StyleBuilder styleBuilder)
-
-
Method Detail
-
getJustAfter
public Grouping getJustAfter()
-
getGroupingStart
public GroupingStart getGroupingStart()
-
getBackColorGeneral
public final HColor getBackColorGeneral()
- Specified by:
getBackColorGeneral
in classGrouping
-
dealWith
public boolean dealWith(Participant someone)
-
isParallel
public boolean isParallel()
- Specified by:
isParallel
in interfaceEvent
- Specified by:
isParallel
in classGrouping
-
setPosYendLevel
public void setPosYendLevel(double posYendLevel)
- Specified by:
setPosYendLevel
in interfaceEventWithDeactivate
-
getPosYendLevel
public double getPosYendLevel()
- Specified by:
getPosYendLevel
in interfaceEventWithDeactivate
-
addLifeEvent
public boolean addLifeEvent(LifeEvent lifeEvent)
- Specified by:
addLifeEvent
in interfaceEventWithDeactivate
-
setNote
public final void setNote(Note note)
-
getNoteOnMessages
public final java.util.List<Note> getNoteOnMessages()
-
-