Rabu, 04 September 2024

PlantUML Sequence Diagram Message Arrow 1

Type this following plantuml source code in your plantuml editor:
/' Sequence Diagram '/

@startuml
skinparam sequence {
SequenceTitleFontStyle bold
ParticipantBorderColor White
ParticipantBackgroundColor White
ParticipantFontColor White
LifeLineBorderColor White
ActorFontName Courier
SequenceArrowThickness 5
SequenceStereotypeFontStyle bold
SequenceReferenceFontStyle bold
SequenceReferenceFontSize 20
defaultFontStyle bold
AutoNumberFontStyle bold
ArrowFontStyle Bold
ArrowFontSize 14
ArrowThickness 2
NoteFontStyle bold
NoteBorderThickness 5
}

title "Sequence Diagram Message Arrow"
/' to type autonumber on message arrow '/
autonumber "<b>"

/' a Message between two participants '/
/' to type message arrow label : '/
/' on bold, use <b> tag '/
/' use a pair of double quote '/
"Alice" -> "Bob" as m1: <b>""->""
note right
<b>Synchronous Message
end note

@enduml

Output:


Related Post

Tidak ada komentar:

Posting Komentar

Various Other Posts