Class Participant
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.Participant
-
- All Implemented Interfaces:
SpecificBackcolorable
public class Participant extends java.lang.Object implements SpecificBackcolorable
-
-
Constructor Summary
Constructors Constructor Description Participant(ParticipantType type, java.lang.String code, Display display, java.util.Set<EntityPortion> hiddenPortions, int order)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ColorParamgetBackgroundColorParam()java.lang.StringgetCode()ColorsgetColors(ISkinParam skinParam)DisplaygetDisplay(boolean underlined)intgetInitialLife()SymbolContextgetLiveSpecificBackColors()intgetOrder()SkinParamBackcoloredgetSkinParamBackcolored(ISkinParam skinParam)StereotypegetStereotype()ParticipantTypegetType()UrlgetUrl()voidincInitialLife(SymbolContext colors)voidsetColors(Colors colors)voidsetSpecificColorTOBEREMOVED(ColorType type, HtmlColor color)voidsetStereotype(Stereotype stereotype, boolean stereotypePositionTop)voidsetUrl(Url url)java.lang.StringtoString()
-
-
-
Constructor Detail
-
Participant
public Participant(ParticipantType type, java.lang.String code, Display display, java.util.Set<EntityPortion> hiddenPortions, int order)
-
-
Method Detail
-
getCode
public java.lang.String getCode()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
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(ISkinParam skinParam)
- Specified by:
getColorsin interfaceSpecificBackcolorable
-
setSpecificColorTOBEREMOVED
public void setSpecificColorTOBEREMOVED(ColorType type, HtmlColor color)
-
setColors
public void setColors(Colors colors)
- Specified by:
setColorsin 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()
-
-