| Class | Description |
|---|---|
| AbstractDiagramWriter |
Base class for diagram writers, which are write the result of the builder "somewhere".
|
| DefaultDiagramWriter |
This implementation of
AbstractDiagramWriter writes the result to a file. |
| InsertingDiagramWriter |
This implementation of
AbstractDiagramWriter inserts the result into an existing file. |
| RenderingDiagramWriter |
This implementation of
AbstractDiagramWriter uses a PlantUML server to directly render
the diagram and write the result to a file. |