Class Participant
java.lang.Object
net.sourceforge.plantuml.sequencediagram.Participant
- All Implemented Interfaces:
SpecificBackcolorable
,Styleable
,WithStyle
-
Constructor Summary
ConstructorsConstructorDescriptionParticipant
(ParticipantType type, java.lang.String code, Display display, java.util.Set<EntityPortion> hiddenPortions, int order, StyleBuilder styleBuilder) -
Method Summary
Modifier and TypeMethodDescriptionjava.lang.String
getCode()
getDisplay
(boolean underlined) final int
int
getOrder()
getSkinParamBackcolored
(ISkinParam skinParam) final Stereotype
getType()
final Url
getUrl()
Style[]
final void
incInitialLife
(SymbolContext colors) void
void
setSpecificColorTOBEREMOVED
(ColorType type, HColor color) final void
setStereotype
(Stereotype stereotype, boolean stereotypePositionTop) final void
java.lang.String
toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Constructor Details
-
Participant
public Participant(ParticipantType type, java.lang.String code, Display display, java.util.Set<EntityPortion> hiddenPortions, int order, StyleBuilder styleBuilder)
-
-
Method Details
-
getStyleSignature
- Specified by:
getStyleSignature
in interfaceStyleable
-
getUsedStyles
- Specified by:
getUsedStyles
in interfaceWithStyle
-
getCode
public java.lang.String getCode() -
toString
public java.lang.String toString()- Overrides:
toString
in classjava.lang.Object
-
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
-
getBackgroundColorParam
-
getSkinParamBackcolored
-
getOrder
public int getOrder()
-