|
JavaDiagram is a simple GPLv3 API for diagram designing that I've developed in my free time.
| - | The diagram is block-based. | | - | The diagram is hierarchical. | | - | It is saved in a PNG file. | | - | The inputs for the API can be an ArrayList of RetanguleBox Object or a simple Math representation of sets, like: A = {B,C,D} | | - | To learn how it works and how to use it, see the wiki [http://code.google.com/p/javadiagram/wiki/How_it_works] |
The project is hosted at GoogleCode in: [http://code.google.com/p/javadiagram/]
The current version is 0.0.2, you can download the jar file from here: [http://javadiagram.googlecode.com/files/javadiagram.jar]
Bellow you can see an example of a diagram designed by the API:

(20/10/2009)
Bibliografia recomendada:
| Avi Alkalay: I find this project very nice and practical, specially while this is an API, where programmers can generate diagrams from inside their code. (21/10/2009) |
|
|
|