About
Documentation
Download
Examples
Reporting Bugs
Contact

About

The
Java CoG Kit graph editor is a graph editor written in Java. It is mostly used to visualize workflows, because of its ability to dynamically change parameters of rendered elements. It is also quite scalable, being able to load, layout and render graphs with tens of thousands of vertices. It also supports exports to HTML, PostScript, SVG, and Dot.


Top

Documentation

The documentation can be found in the
Java CoG Kit Manual.
Top

Download

CHANGES

Binary packages:
version 0.46
version 0.44
version 0.43
version 0.42
Source: You can get the graph editor sources from the Java CoG Kit CVS archive:
cvs -d:pserver:anonymous@cvs.cogkit.org:/cvs/cogkit login
cvs -d:pserver:anonymous@cvs.cogkit.org:/cvs/cogkit checkout src/cog
The graph editor will be in the cog/modules/grapheditor directory.

Top

Examples


A small example that shows how to define a node that renders as an interactive Swing object:
graph-example.tar.gz. Works with versions 0.46 and above.

Top

Reporting bugs

Please use the
Globus Project(tm) Bugzilla Database. Specify Java CoG Kit as the product, and cog-graph as the component.
Top

Contact

If you have questions or suggestions, please send me an email:
Top