Software:JGraph
Written in | Java, C#, JavaScript |
---|---|
Operating system | Cross-platform |
Type | graph drawing |
License | Apache 2 |
Website | github |
JGraph is a graph drawing open source software component available for the Java, C#, and JavaScript languages. It was started as a pure Java language software project by Gaudenz Alder and as a University project in 2000 at ETH Zurich, Switzerland.
Design
The original design for JGraph was to make it an architectural extension of JTree
for the Java language.[1]
History
The initial public release of JGraph was in May 2002. After the JGraph 5.x branch the project took the version numbering from mxGraph, which is the JavaScript version of the library, since the two projects shared API by version. The Java branch was renamed as JGraphX and started again from release 1.0. The summarized history of JGraphX since public release is available in the library change log.[2]
See also
References
- ↑ Gaudenz, Alder. "Design and Implementation of the JGraph Swing Component". http://www.jgraph.com/downloads/jgraph/legacy/jgraph-paper.pdf. Retrieved 2017-02-18.
- ↑ https://www.jgraph.com/mxchangelog.html
External links