public class Participant extends java.lang.Object implements SpecificBackcolorable, WithStyle
| Constructor and Description |
|---|
Participant(ParticipantType type,
java.lang.String code,
Display display,
java.util.Set<EntityPortion> hiddenPortions,
int order,
StyleBuilder styleBuilder) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getCode() |
Colors |
getColors() |
Display |
getDisplay(boolean underlined) |
int |
getInitialLife() |
Fashion |
getLiveSpecificBackColors(int which) |
int |
getOrder() |
Stereotype |
getStereotype() |
StyleSignatureBasic |
getStyleSignature() |
ParticipantType |
getType() |
Url |
getUrl() |
Style[] |
getUsedStyles() |
void |
incInitialLife(Fashion colors) |
void |
setColors(Colors colors) |
void |
setSpecificColorTOBEREMOVED(ColorType type,
HColor 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, StyleBuilder styleBuilder)
public StyleSignatureBasic getStyleSignature()
getStyleSignature in interface Styleablepublic Style[] getUsedStyles()
getUsedStyles in interface WithStylepublic 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(Fashion colors)
public Fashion getLiveSpecificBackColors(int which)
public Colors getColors()
getColors in interface SpecificBackcolorablepublic void setColors(Colors colors)
setColors in interface SpecificBackcolorablepublic final Url getUrl()
public final void setUrl(Url url)
public final Stereotype getStereotype()
public int getOrder()