net.sourceforge.plantuml.sequencediagram
Class Reference

java.lang.Object
  extended by net.sourceforge.plantuml.sequencediagram.Reference
All Implemented Interfaces:
Event

public class Reference
extends Object
implements Event


Constructor Summary
Reference(List<Participant> participants, Url url, List<String> strings, HtmlColor backColorGeneral, HtmlColor backColorElement)
           
 
Method Summary
 boolean dealWith(Participant someone)
           
 HtmlColor getBackColorElement()
           
 HtmlColor getBackColorGeneral()
           
 List<Participant> getParticipant()
           
 List<String> getStrings()
           
 Url getUrl()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Reference

public Reference(List<Participant> participants,
                 Url url,
                 List<String> strings,
                 HtmlColor backColorGeneral,
                 HtmlColor backColorElement)
Method Detail

getParticipant

public List<Participant> getParticipant()

getStrings

public List<String> getStrings()

dealWith

public boolean dealWith(Participant someone)
Specified by:
dealWith in interface Event

getUrl

public final Url getUrl()
Specified by:
getUrl in interface Event

toString

public String toString()
Overrides:
toString in class Object

getBackColorGeneral

public final HtmlColor getBackColorGeneral()

getBackColorElement

public final HtmlColor getBackColorElement()


Copyright © 2012. All Rights Reserved.