PlantUML Tips

The PlantUML is an editor that you can use to generate UML diagrams with plain text.

Styles

1
hide empty members

Class diagrams will hide theirs method or property rows that are empty.

1
allowmixing

You can mix multiple kinds of diagrams into one canvas.

1
2
skinparam nodesep 100
skinparam ranksep 50

Control padding sizes or line lengths among these diagrams.

1
2
3
4
5
6
7
skinparam component {
backgroundColor<<third>> Yellow
}

skinparam class {
backgroundColor<<third>> Yellow
}

Control display styles of the class diagram.