PlantUML different layouts

前端 未结 1 1301
清歌不尽
清歌不尽 2021-02-03 21:23

I am using PlantUML API to generate Activity Diagram.

I have used GraphViz before and used rank parameter to define layout

rank=LR [for left to right]
         


        
相关标签:
1条回答
  • 2021-02-03 22:07

    No, you cannot with current version (7876). You can use the following command with State, Class, Component or Usecase diagrams:

    left to right direction
    

    (see http://plantuml.sourceforge.net/usecase.html#Rankdir)

    However, this feature will be added in next version.

    0 讨论(0)
提交回复
热议问题