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 ParticipantEnglober
build(Display title, HColor boxColor, Stereotype stereotype)
HColor
getBoxColor()
java.util.List<ParticipantEnglober>
getGenealogy()
ParticipantEnglober
getParent()
Stereotype
getStereotype()
Display
getTitle()
ParticipantEnglober
newChild(Display title, HColor boxColor, Stereotype stereotype)
java.lang.String
toString()
-
-
-
Method Detail
-
toString
public java.lang.String toString()
- Overrides:
toString
in 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()
-
-