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 booleanaddLifeEvent(LifeEvent lifeEvent)booleandealWith(Participant someone)HColorgetBackColorGeneral()GroupingStartgetGroupingStart()GroupinggetJustAfter()intgetLevel()java.util.List<Note>getNoteOnMessages()doublegetPosYendLevel()UrlgetUrl()booleanhasUrl()booleanisParallel()voidsetNote(Note note)voidsetPosYendLevel(double posYendLevel)-
Methods inherited from class net.sourceforge.plantuml.sequencediagram.Grouping
getBackColorElement, getComment, getStyleSignature, 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:
getBackColorGeneralin classGrouping
-
dealWith
public boolean dealWith(Participant someone)
-
isParallel
public boolean isParallel()
- Specified by:
isParallelin interfaceEvent- Specified by:
isParallelin classGrouping
-
setPosYendLevel
public void setPosYendLevel(double posYendLevel)
- Specified by:
setPosYendLevelin interfaceEventWithDeactivate
-
getPosYendLevel
public double getPosYendLevel()
- Specified by:
getPosYendLevelin interfaceEventWithDeactivate
-
addLifeEvent
public boolean addLifeEvent(LifeEvent lifeEvent)
- Specified by:
addLifeEventin interfaceEventWithDeactivate
-
setNote
public final void setNote(Note note)
-
getNoteOnMessages
public final java.util.List<Note> getNoteOnMessages()
-
-