Class Note
- java.lang.Object
-
- net.sourceforge.plantuml.sequencediagram.AbstractEvent
-
- net.sourceforge.plantuml.sequencediagram.Note
-
- All Implemented Interfaces:
Event,SpecificBackcolorable,Styleable,WithStyle
public final class Note extends AbstractEvent implements Event, SpecificBackcolorable, WithStyle
-
-
Constructor Summary
Constructors Constructor Description Note(Display strings, NotePosition position, NoteStyle style, StyleBuilder styleBuilder)Note(Participant p, NotePosition position, Display strings, StyleBuilder styleBuilder)Note(Participant p, Participant p2, Display strings, StyleBuilder styleBuilder)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleandealWith(Participant someone)ColorsgetColors()NoteStylegetNoteStyle()ParticipantgetParticipant()ParticipantgetParticipant2()NotePositiongetPosition()ISkinParamgetSkinParamBackcolored(ISkinParam skinParam)DisplaygetStrings()StyleSignatureBasicgetStyleSignature()UrlgetUrl()Style[]getUsedStyles()voidgoParallel()booleanhasUrl()booleanisParallel()voidsetColors(Colors colors)voidsetNoteStyle(NoteStyle style)voidsetStereotype(Stereotype stereotype)voidsetUrl(Url url)voidtemporaryProtectedUntilTeozIsStandard()StringtoString()NotewithPosition(NotePosition newPosition)-
Methods inherited from class net.sourceforge.plantuml.sequencediagram.AbstractEvent
setY
-
-
-
-
Constructor Detail
-
Note
public Note(Participant p, NotePosition position, Display strings, StyleBuilder styleBuilder)
-
Note
public Note(Display strings, NotePosition position, NoteStyle style, StyleBuilder styleBuilder)
-
Note
public Note(Participant p, Participant p2, Display strings, StyleBuilder styleBuilder)
-
-
Method Detail
-
temporaryProtectedUntilTeozIsStandard
public void temporaryProtectedUntilTeozIsStandard()
-
getStyleSignature
public StyleSignatureBasic getStyleSignature()
- Specified by:
getStyleSignaturein interfaceStyleable
-
getUsedStyles
public Style[] getUsedStyles()
- Specified by:
getUsedStylesin interfaceWithStyle
-
setStereotype
public void setStereotype(Stereotype stereotype)
-
withPosition
public Note withPosition(NotePosition newPosition)
-
getParticipant
public Participant getParticipant()
-
getParticipant2
public Participant getParticipant2()
-
getStrings
public Display getStrings()
-
getPosition
public NotePosition getPosition()
-
getColors
public final Colors getColors()
- 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
-
getNoteStyle
public final NoteStyle getNoteStyle()
-
setNoteStyle
public final void setNoteStyle(NoteStyle style)
-
getSkinParamBackcolored
public ISkinParam getSkinParamBackcolored(ISkinParam skinParam)
-
setUrl
public void setUrl(Url url)
-
goParallel
public void goParallel()
-
isParallel
public boolean isParallel()
- Specified by:
isParallelin interfaceEvent- Overrides:
isParallelin classAbstractEvent
-
-