mirror of
https://github.com/octoleo/plantuml.git
synced 2024-11-22 04:55:10 +00:00
Generate diagrams from textual description
f97efa4c91
This change will store mindmap source diagram as metadata in PNG images or as comment in SVG images. It is very useful when only image, not source, is available and the change to mindmap is required. This functionality was/is already available for other types of diagrams but was not working for mindmap. As described in `help` to retrieve mindmap sources use: ``` java -jar plantuml.jar -metadata <mindmap-image>.png ``` To get the sources from SVG image simply open SVG file in text editor and copy sources from `comment element` at the end of the file. |
||
---|---|---|
src | ||
stdlib | ||
tools | ||
.travis.yml | ||
build.xml | ||
license.txt | ||
pom.xml | ||
README.md |
PlantUML
Generate UML diagram from textual description
PlantUML is a component that allows to quickly write :
- Sequence diagram,
- Use case diagram,
- Class diagram,
- Activity diagram,
- Component diagram,
- State diagram,
- Object diagram,
- Deployment diagram,
- Timing diagram
And also:
Furthermore:
- Hyperlinks and tooltips
- Creole: rich text, emoticons, unicode, icons
- OpenIconic icons
- Sprite icons
- AsciiMath mathematical expressions
To know more about PlantUML, please visit http://plantuml.com/