How to hide (style) edges produced by "extends" or" implements" statement ?

0 votes
asked Oct 25, 2022 in Bug by kasra (960 points)

Hi,

When we use the keywords extends or implements, an edge is automaticcaly produced.

Let's say we would like to change the layout and make the edge longer...

@startuml

'skinparam linetype ortho

title  %version()

class  A extends B

A ----|> B

@enduml

diagram

It seems We can't reference the edge produced automatically.

How to Hide ( we can even say, how to style... ) the edge produce by  :  class  A extends B.

The only solution that I found so far is to NOT specify the extends or implements parts and just use the edge with   A ----|> B.

My understanding is that we can't style the edge produced automatically, Is that correct ?

Do you have any better solution ?

Thanks

Best Regards,

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.
...