net.sourceforge.plantuml.sequencediagram
Class Participant
java.lang.Object
net.sourceforge.plantuml.sequencediagram.Participant
- All Implemented Interfaces:
- SpecificBackcolorable
public class Participant
- extends java.lang.Object
- implements SpecificBackcolorable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Participant
public Participant(ParticipantType type,
java.lang.String code,
java.util.List<java.lang.String> display)
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.