Text rotated parallel to arrow

+1 vote
asked May 19, 2022 in Question / help by anonymous

Is it possible to have the text of an arrow parallel to the arrow and ontop of it?

In particular, I'd like to make an use-case diagram with extend/include arrows looking like this:

Use-case diagram with the wanted arrows

As you can see, the <<extend>> and <<include>> are part of the arrow.

If I try to recreate the same in PlantUML, it looks like this:

Use-case diagram from PlantUML

@startuml

usecase "UseCase" as a

usecase "UseCase" as b

usecase "UseCase" as c

a -[hidden]r-> c

a .d.> b : <<extend>>

b <.u. c : <<include>>

@enduml

Is there a way to achieve the wanted look in PlantUML?

Thank you for your help.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...