Class Participant
java.lang.Object
net.sourceforge.plantuml.sequencediagram.Participant
- All Implemented Interfaces:
SpecificBackcolorable
,Styleable
,WithStyle
-
Constructor Summary
ConstructorsConstructorDescriptionParticipant
(ParticipantType type, String code, Display display, Set<EntityPortion> hiddenPortions, int order, StyleBuilder styleBuilder) -
Method Summary
Modifier and TypeMethodDescriptiongetCode()
getDisplay
(boolean underlined) final int
int
getOrder()
final Stereotype
getType()
final Url
getUrl()
Style[]
final void
incInitialLife
(Fashion colors) void
void
setSpecificColorTOBEREMOVED
(ColorType type, HColor color) final void
setStereotype
(Stereotype stereotype, boolean stereotypePositionTop) final void
toString()
-
Constructor Details
-
Participant
public Participant(ParticipantType type, String code, Display display, Set<EntityPortion> hiddenPortions, int order, StyleBuilder styleBuilder)
-
-
Method Details
-
getStyleSignature
- Specified by:
getStyleSignature
in interfaceStyleable
-
getUsedStyles
- Specified by:
getUsedStyles
in interfaceWithStyle
-
getCode
-
toString
-
getDisplay
-
getType
-
setStereotype
-
getInitialLife
public final int getInitialLife() -
incInitialLife
-
getLiveSpecificBackColors
-
getColors
- Specified by:
getColors
in interfaceSpecificBackcolorable
-
setSpecificColorTOBEREMOVED
-
setColors
- Specified by:
setColors
in interfaceSpecificBackcolorable
-
getUrl
-
setUrl
-
getStereotype
-
getOrder
public int getOrder()
-