We can customize the arrow color between the participants using the below notation.
p1 -[#red]> p2
customizeArrowColor.txt
@startuml p1 -[#red]> p2: message 1 p1 -[#0000FF]> p2: message 1 @enduml
Above snippet generates below diagram.
This blog is primarily focus on Java fundamentals and the libraries built on top of Java programming language. Most of the post are example oriented, hope you have fun in reading my blog....:)
We can customize the arrow color between the participants using the below notation.
p1 -[#red]> p2
customizeArrowColor.txt
@startuml p1 -[#red]> p2: message 1 p1 -[#0000FF]> p2: message 1 @enduml
Above snippet generates below diagram.
No comments:
Post a Comment