public class Participant extends java.lang.Object implements SpecificBackcolorable
| Constructor and Description |
|---|
Participant(ParticipantType type,
java.lang.String code,
Display display,
java.util.Set<EntityPortion> hiddenPortions,
int order) |
| Modifier and Type | Method and Description |
|---|---|
ColorParam |
getBackgroundColorParam() |
java.lang.String |
getCode() |
Colors |
getColors(ISkinParam skinParam) |
Display |
getDisplay(boolean underlined) |
int |
getInitialLife() |
SymbolContext |
getLiveSpecificBackColors() |
int |
getOrder() |
SkinParamBackcolored |
getSkinParamBackcolored(ISkinParam skinParam) |
Stereotype |
getStereotype() |
ParticipantType |
getType() |
Url |
getUrl() |
void |
incInitialLife(SymbolContext colors) |
void |
setColors(Colors colors) |
void |
setSpecificColorTOBEREMOVED(ColorType type,
HtmlColor color) |
void |
setStereotype(Stereotype stereotype,
boolean stereotypePositionTop) |
void |
setUrl(Url url) |
java.lang.String |
toString() |
public Participant(ParticipantType type, java.lang.String code, Display display, java.util.Set<EntityPortion> hiddenPortions, int order)
public java.lang.String getCode()
public java.lang.String toString()
toString in class java.lang.Objectpublic Display getDisplay(boolean underlined)
public ParticipantType getType()
public final void setStereotype(Stereotype stereotype, boolean stereotypePositionTop)
public final int getInitialLife()
public final void incInitialLife(SymbolContext colors)
public SymbolContext getLiveSpecificBackColors()
public Colors getColors(ISkinParam skinParam)
getColors in interface SpecificBackcolorablepublic void setSpecificColorTOBEREMOVED(ColorType type, HtmlColor color)
public void setColors(Colors colors)
setColors in interface SpecificBackcolorablepublic final Url getUrl()
public final void setUrl(Url url)
public final Stereotype getStereotype()
public ColorParam getBackgroundColorParam()
public SkinParamBackcolored getSkinParamBackcolored(ISkinParam skinParam)
public int getOrder()