net.sourceforge.plantuml.sequencediagram
Class Participant

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

public class Participant
extends java.lang.Object
implements SpecificBackcolorable


Constructor Summary
Participant(ParticipantType type, java.lang.String code, java.util.List<java.lang.String> display)
           
 
Method Summary
 java.lang.String getCode()
           
 java.util.List<java.lang.CharSequence> getDisplay()
           
 int getInitialLife()
           
 HtmlColor getLiveSpecificBackColor()
           
 HtmlColor getSpecificBackColor()
           
 ParticipantType getType()
           
 Url getUrl()
           
 void incInitialLife(HtmlColor backcolor)
           
 void setSpecificBackcolor(HtmlColor color)
           
 void setStereotype(Stereotype stereotype)
           
 void setUrl(Url url)
           
 java.lang.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,
                   java.lang.String code,
                   java.util.List<java.lang.String> display)
Method Detail

getCode

public java.lang.String getCode()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object

getDisplay

public java.util.List<java.lang.CharSequence> getDisplay()

getType

public ParticipantType getType()

setStereotype

public final void setStereotype(Stereotype stereotype)

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 © 2011. All Rights Reserved.