Class ParticipantEnglober
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.ParticipantEnglober
-
public class ParticipantEnglober extends Object
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static ParticipantEnglober
build(Display title, HColor boxColor, Stereotype stereotype)
HColor
getBoxColor()
List<ParticipantEnglober>
getGenealogy()
ParticipantEnglober
getParent()
Stereotype
getStereotype()
Display
getTitle()
ParticipantEnglober
newChild(Display title, HColor boxColor, Stereotype stereotype)
String
toString()
-
-
-
Method Detail
-
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 List<ParticipantEnglober> getGenealogy()
-
-