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 |
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 Styleable
public Style[] getUsedStyles()
getUsedStyles
in interface WithStyle
public java.lang.String getCode()
public java.lang.String toString()
toString
in class java.lang.Object
public 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()
public Colors getColors()
getColors
in interface SpecificBackcolorable
public void setColors(Colors colors)
setColors
in interface SpecificBackcolorable
public final Url getUrl()
public final void setUrl(Url url)
public final Stereotype getStereotype()
public int getOrder()