Class ParticipantEnglober
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.ParticipantEnglober
-
public class ParticipantEnglober extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description ParticipantEnglober(Display title, HColor boxColor, Stereotype stereotype)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HColor
getBoxColor()
Stereotype
getStereotype()
Display
getTitle()
-
-
-
Constructor Detail
-
ParticipantEnglober
public ParticipantEnglober(Display title, HColor boxColor, Stereotype stereotype)
-
-
Method Detail
-
getTitle
public final Display getTitle()
-
getBoxColor
public final HColor getBoxColor()
-
getStereotype
public final Stereotype getStereotype()
-
-