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 boolean
dealWith(Participant someone)
Colors
getColors()
NoteStyle
getNoteStyle()
Participant
getParticipant()
Participant
getParticipant2()
NotePosition
getPosition()
ISkinParam
getSkinParamBackcolored(ISkinParam skinParam)
Display
getStrings()
StyleSignatureBasic
getStyleSignature()
Url
getUrl()
Style[]
getUsedStyles()
void
goParallel()
boolean
hasUrl()
boolean
isParallel()
void
setColors(Colors colors)
void
setNoteStyle(NoteStyle style)
void
setStereotype(Stereotype stereotype)
void
setUrl(Url url)
void
temporaryProtectedUntilTeozIsStandard()
String
toString()
Note
withPosition(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:
getStyleSignature
in interfaceStyleable
-
getUsedStyles
public Style[] getUsedStyles()
- Specified by:
getUsedStyles
in 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:
getColors
in interfaceSpecificBackcolorable
-
setColors
public void setColors(Colors colors)
- Specified by:
setColors
in interfaceSpecificBackcolorable
-
dealWith
public boolean dealWith(Participant someone)
-
getUrl
public Url getUrl()
- Specified by:
getUrl
in interfaceEvent
- Overrides:
getUrl
in classAbstractEvent
-
hasUrl
public boolean hasUrl()
- Specified by:
hasUrl
in interfaceEvent
- Overrides:
hasUrl
in 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:
isParallel
in interfaceEvent
- Overrides:
isParallel
in classAbstractEvent
-
-