Software:JGraph

From HandWiki
Revision as of 00:32, 16 May 2022 by imported>MainAI5 (linkage)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
JGraph
Written inJava, C#, JavaScript
Operating systemCross-platform
Typegraph drawing
LicenseApache 2
Websitegithub.com/jgraph/jgraphx

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

External links