net.sourceforge.plantuml.sequencediagram
Class Note
java.lang.Object
net.sourceforge.plantuml.sequencediagram.Note
- All Implemented Interfaces:
- Event, SpecificBackcolorable
public class Note
- extends Object
- implements Event, SpecificBackcolorable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Note
public Note(Participant p,
NotePosition position,
List<String> strings)
Note
public Note(Participant p,
Participant p2,
List<String> strings)
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.