Class Participant
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.Participant
-
- All Implemented Interfaces:
SpecificBackcolorable
,Styleable
,WithStyle
public class Participant extends Object implements SpecificBackcolorable, WithStyle
-
-
Constructor Summary
Constructors Constructor Description Participant(ParticipantType type, String code, Display display, Set<EntityPortion> hiddenPortions, int order, StyleBuilder styleBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ColorParam
getBackgroundColorParam()
String
getCode()
Colors
getColors()
StyleSignature
getDefaultStyleDefinition()
Display
getDisplay(boolean underlined)
int
getInitialLife()
SymbolContext
getLiveSpecificBackColors()
int
getOrder()
SkinParamBackcolored
getSkinParamBackcolored(ISkinParam skinParam)
Stereotype
getStereotype()
ParticipantType
getType()
Url
getUrl()
Style[]
getUsedStyles()
void
incInitialLife(SymbolContext colors)
void
setColors(Colors colors)
void
setSpecificColorTOBEREMOVED(ColorType type, HColor color)
void
setStereotype(Stereotype stereotype, boolean stereotypePositionTop)
void
setUrl(Url url)
String
toString()
-
-
-
Constructor Detail
-
Participant
public Participant(ParticipantType type, String code, Display display, Set<EntityPortion> hiddenPortions, int order, StyleBuilder styleBuilder)
-
-
Method Detail
-
getDefaultStyleDefinition
public StyleSignature getDefaultStyleDefinition()
- Specified by:
getDefaultStyleDefinition
in interfaceStyleable
-
getUsedStyles
public Style[] getUsedStyles()
- Specified by:
getUsedStyles
in interfaceWithStyle
-
getCode
public String getCode()
-
getDisplay
public Display getDisplay(boolean underlined)
-
getType
public ParticipantType getType()
-
setStereotype
public final void setStereotype(Stereotype stereotype, boolean stereotypePositionTop)
-
getInitialLife
public final int getInitialLife()
-
incInitialLife
public final void incInitialLife(SymbolContext colors)
-
getLiveSpecificBackColors
public SymbolContext getLiveSpecificBackColors()
-
getColors
public Colors getColors()
- Specified by:
getColors
in interfaceSpecificBackcolorable
-
setColors
public void setColors(Colors colors)
- Specified by:
setColors
in interfaceSpecificBackcolorable
-
getUrl
public final Url getUrl()
-
setUrl
public final void setUrl(Url url)
-
getStereotype
public final Stereotype getStereotype()
-
getBackgroundColorParam
public ColorParam getBackgroundColorParam()
-
getSkinParamBackcolored
public SkinParamBackcolored getSkinParamBackcolored(ISkinParam skinParam)
-
getOrder
public int getOrder()
-
-