net.sourceforge.plantuml.sequencediagram
Class Participant
java.lang.Object
net.sourceforge.plantuml.sequencediagram.Participant
- All Implemented Interfaces:
- SpecificBackcolorable
public class Participant
- extends Object
- implements SpecificBackcolorable
Participant
public Participant(ParticipantType type,
String code,
List<String> display)
getCode
public String getCode()
toString
public String toString()
- Overrides:
toString
in class Object
getDisplay
public List<CharSequence> getDisplay()
getType
public ParticipantType getType()
setStereotype
public final void setStereotype(Stereotype stereotype,
boolean stereotypePositionTop)
getInitialLife
public final int getInitialLife()
incInitialLife
public final void incInitialLife(HtmlColor backcolor)
getLiveSpecificBackColor
public HtmlColor getLiveSpecificBackColor()
getSpecificBackColor
public HtmlColor getSpecificBackColor()
- Specified by:
getSpecificBackColor
in interface SpecificBackcolorable
setSpecificBackcolor
public void setSpecificBackcolor(HtmlColor color)
- Specified by:
setSpecificBackcolor
in interface SpecificBackcolorable
getUrl
public final Url getUrl()
setUrl
public final void setUrl(Url url)
Copyright © 2012. All Rights Reserved.