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,
Display strings)
Note
public Note(Participant p,
Participant p2,
Display strings)
getParticipant
public Participant getParticipant()
getParticipant2
public Participant getParticipant2()
getStrings
public Display 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 © 2013. All Rights Reserved.