Class Note
java.lang.Object
net.sourceforge.plantuml.sequencediagram.AbstractEvent
net.sourceforge.plantuml.sequencediagram.Note
- All Implemented Interfaces:
SpecificBackcolorable
,Event
,Styleable
,WithStyle
-
Constructor Summary
ConstructorsConstructorDescriptionNote
(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
Modifier and TypeMethodDescriptionboolean
dealWith
(Participant someone) final Colors
final NoteStyle
getSkinParamBackcolored
(ISkinParam skinParam) getUrl()
Style[]
void
boolean
hasUrl()
boolean
void
final void
setNoteStyle
(NoteStyle style) void
setStereotype
(Stereotype stereotype) void
void
toString()
withPosition
(NotePosition newPosition) Methods inherited from class net.sourceforge.plantuml.sequencediagram.AbstractEvent
setY
-
Constructor Details
-
Note
-
Note
-
Note
-
-
Method Details
-
temporaryProtectedUntilTeozIsStandard
public void temporaryProtectedUntilTeozIsStandard() -
getStyleSignature
- Specified by:
getStyleSignature
in interfaceStyleable
-
getUsedStyles
- Specified by:
getUsedStyles
in interfaceWithStyle
-
setStereotype
-
withPosition
-
getParticipant
-
getParticipant2
-
getDisplay
-
getPosition
-
getColors
- Specified by:
getColors
in interfaceSpecificBackcolorable
-
setColors
- Specified by:
setColors
in interfaceSpecificBackcolorable
-
dealWith
-
getUrl
- Specified by:
getUrl
in interfaceEvent
- Overrides:
getUrl
in classAbstractEvent
-
hasUrl
public boolean hasUrl()- Specified by:
hasUrl
in interfaceEvent
- Overrides:
hasUrl
in classAbstractEvent
-
getNoteStyle
-
setNoteStyle
-
getSkinParamBackcolored
-
toString
-
setUrl
-
goParallel
public void goParallel() -
isParallel
public boolean isParallel()- Specified by:
isParallel
in interfaceEvent
- Overrides:
isParallel
in classAbstractEvent
-