net.sourceforge.plantuml.sequencediagram
Class Note

java.lang.Object
  extended by net.sourceforge.plantuml.sequencediagram.Note
All Implemented Interfaces:
Event, SpecificBackcolorable

public class Note
extends Object
implements Event, SpecificBackcolorable


Constructor Summary
Note(Participant p, NotePosition position, List<String> strings)
           
Note(Participant p, Participant p2, List<String> strings)
           
 
Method Summary
 boolean dealWith(Participant someone)
           
static Url extractUrl(String s)
           
 Participant getParticipant()
           
 Participant getParticipant2()
           
 NotePosition getPosition()
           
 HtmlColor getSpecificBackColor()
           
 List<String> getStrings()
           
 NoteStyle getStyle()
           
 Url getUrl()
           
 void setSpecificBackcolor(HtmlColor color)
           
 void setStyle(NoteStyle style)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Note

public Note(Participant p,
            NotePosition position,
            List<String> strings)

Note

public Note(Participant p,
            Participant p2,
            List<String> strings)
Method Detail

extractUrl

public static Url extractUrl(String s)

getParticipant

public Participant getParticipant()

getParticipant2

public Participant getParticipant2()

getStrings

public List<String> getStrings()

getPosition

public NotePosition getPosition()

getSpecificBackColor

public HtmlColor getSpecificBackColor()
Specified by:
getSpecificBackColor in interface SpecificBackcolorable

setSpecificBackcolor

public void setSpecificBackcolor(HtmlColor color)
Specified by:
setSpecificBackcolor in interface SpecificBackcolorable

dealWith

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

getUrl

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

getStyle

public final NoteStyle getStyle()

setStyle

public final void setStyle(NoteStyle style)


Copyright © 2012. All Rights Reserved.