如何更改PlantUML测试版语法中箭头的方向?

如何更改PlantUML测试版语法中箭头的方向?,uml,plantuml,Uml,Plantuml,使用PlantUML标准语法可以影响箭头的方向: @startuml (*) -up-> "We went up" -right-> "We went right" --> "We went down because this is standard" -left-> (*) @enduml 我想做同样的事情,但是在PlantUML测试语法中 我发现有可能影响箭头的颜色和样式,如下例所示: @startuml start :We went down b

使用PlantUML标准语法可以影响箭头的方向

@startuml
(*) -up-> "We went up"
-right-> "We went right"
--> "We went down because this is standard"
-left-> (*)
@enduml

我想做同样的事情,但是在PlantUML测试语法中

我发现有可能影响箭头的颜色和样式,如下例所示:

@startuml
    start
    :We went down because this is standard;
    -[#green,dashed]-> We went down with a green and dashed arrow;
    :We went down again;
    stop
@enduml

但在尝试
-right->
-r->
-[right]->
或任何类似操作时,这不符合说明


是否有可能影响PlantUML Beta语法中箭头的方向?

至少似乎没有这种可能性,在一些总体布局设置(如
从左到右方向)中也没有这种可能性。您需要使用Beta语法还是可以保留旧语法?至少在一些常规布局设置(如
从左到右的方向)中似乎不可能这样做。您需要使用Beta语法还是可以保留旧语法?