net.sourceforge.plantuml.sequencediagram
Class Participant

java.lang.Object
  extended by net.sourceforge.plantuml.sequencediagram.Participant
All Implemented Interfaces:
SpecificBackcolorable

public class Participant
extends Object
implements SpecificBackcolorable


Constructor Summary
Participant(ParticipantType type, String code, List<String> display)
           
 
Method Summary
 String getCode()
           
 List<CharSequence> getDisplay()
           
 int getInitialLife()
           
 HtmlColor getLiveSpecificBackColor()
           
 HtmlColor getSpecificBackColor()
           
 ParticipantType getType()
           
 Url getUrl()
           
 void incInitialLife(HtmlColor backcolor)
           
 void setSpecificBackcolor(HtmlColor color)
           
 void setStereotype(Stereotype stereotype, boolean stereotypePositionTop)
           
 void setUrl(Url url)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Participant

public Participant(ParticipantType type,
                   String code,
                   List<String> display)
Method Detail

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.