Class Note
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.AbstractEvent
-
- net.sourceforge.plantuml.sequencediagram.Note
-
- All Implemented Interfaces:
Event,SpecificBackcolorable
public class Note extends AbstractEvent implements Event, SpecificBackcolorable
-
-
Constructor Summary
Constructors Constructor Description Note(Display strings, NotePosition position, NoteStyle style)Note(Participant p, NotePosition position, Display strings)Note(Participant p, Participant p2, Display strings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandealWith(Participant someone)ColorsgetColors(ISkinParam skinParam)ParticipantgetParticipant()ParticipantgetParticipant2()NotePositiongetPosition()ISkinParamgetSkinParamBackcolored(ISkinParam skinParam)DisplaygetStrings()NoteStylegetStyle()UrlgetUrl()booleanhasUrl()voidsetColors(Colors colors)voidsetStyle(NoteStyle style)voidsetUrl(Url url)java.lang.StringtoString()NotewithPosition(NotePosition newPosition)-
Methods inherited from class net.sourceforge.plantuml.sequencediagram.AbstractEvent
isParallel
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface net.sourceforge.plantuml.sequencediagram.Event
isParallel
-
-
-
-
Constructor Detail
-
Note
public Note(Participant p, NotePosition position, Display strings)
-
Note
public Note(Display strings, NotePosition position, NoteStyle style)
-
Note
public Note(Participant p, Participant p2, Display strings)
-
-
Method Detail
-
withPosition
public Note withPosition(NotePosition newPosition)
-
getParticipant
public Participant getParticipant()
-
getParticipant2
public Participant getParticipant2()
-
getStrings
public Display getStrings()
-
getPosition
public NotePosition getPosition()
-
getColors
public Colors getColors(ISkinParam skinParam)
- Specified by:
getColorsin interfaceSpecificBackcolorable
-
setColors
public void setColors(Colors colors)
- Specified by:
setColorsin interfaceSpecificBackcolorable
-
dealWith
public boolean dealWith(Participant someone)
-
getUrl
public Url getUrl()
- Specified by:
getUrlin interfaceEvent- Overrides:
getUrlin classAbstractEvent
-
hasUrl
public boolean hasUrl()
- Specified by:
hasUrlin interfaceEvent- Overrides:
hasUrlin classAbstractEvent
-
getStyle
public final NoteStyle getStyle()
-
setStyle
public final void setStyle(NoteStyle style)
-
getSkinParamBackcolored
public ISkinParam getSkinParamBackcolored(ISkinParam skinParam)
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
setUrl
public void setUrl(Url url)
-
-