【发布时间】:2012-07-19 09:05:12
【问题描述】:
我正在使用 PlantUML 制作简单的类图,该工具非常棒,但除了将它们放入包中或使用 Alice -left-* Bob 之类的关系外,我找不到任何方法将类相互对齐。我需要的是这样的:
@startuml
class Bob
class Alice
class Dan
**Dan aligned Alice: horizontally**
'or using a grid?
**Bob at grid (2, 3)**
@enduml
有办法吗?
【问题讨论】: