Class ParticipantEnglober
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.ParticipantEnglober
-
public class ParticipantEnglober extends java.lang.Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ParticipantEngloberbuild(Display title, HColor boxColor, Stereotype stereotype)HColorgetBoxColor()java.util.List<ParticipantEnglober>getGenealogy()ParticipantEnglobergetParent()StereotypegetStereotype()DisplaygetTitle()ParticipantEnglobernewChild(Display title, HColor boxColor, Stereotype stereotype)java.lang.StringtoString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
build
public static ParticipantEnglober build(Display title, HColor boxColor, Stereotype stereotype)
-
newChild
public ParticipantEnglober newChild(Display title, HColor boxColor, Stereotype stereotype)
-
getTitle
public final Display getTitle()
-
getBoxColor
public final HColor getBoxColor()
-
getStereotype
public final Stereotype getStereotype()
-
getParent
public final ParticipantEnglober getParent()
-
getGenealogy
public final java.util.List<ParticipantEnglober> getGenealogy()
-
-