rajarshi / saliviewer

An application to generate and explore SALI networks and SALI curves

This URL has Read+Write access

Rajarshi Guha (author)
Tue Jun 02 09:30:48 -0700 2009
commit  a4a80a59d89bec2c61b4748c906e9784bfb415f4
tree    e70c7bdcde20ca2d11ced88901db800ac543c8c2
parent  f4318676ce336d4a4dcb97440174124ce197618d
saliviewer / zgrviewer.html
100644 20 lines (13 sloc) 1.287 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!-- $Id: overview.html 868 2007-11-14 15:32:14Z epietrig $ -->
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<html>
<head>
<title>net.claribole.zgrviewer.dot (AJaPaD)</title>
</head>
 
<body bgcolor="white">
 
<p>ZGRViewer is a 2.5D graph visualizer implemented in Java and based upon the <a href="http://zvtm.sourceforge.net">Zoomable Visual Transformation Machine</a>. It is specifically aimed at displaying graphs expressed using the <a href="http://www.graphviz.org/pub/scm/graphviz2/doc/info/lang.html">DOT language</a> from <a href="http://www.graphviz.org/">AT&amp;T GraphViz</a> and processed by programs <strong>dot</strong>, <strong>neato</strong> or others such as <strong>twopi</strong>.</p>
 
<p>ZGRViewer is designed to handle large graphs, and offers a zoomable user interface (ZUI), which enables smooth zooming and easy navigation in the visualized structure.</p>
 
<p>ZGRViewer should be able to load any file that uses the <a href="http://www.graphviz.org/pub/scm/graphviz2/doc/info/lang.html">DOT language</a> to describe the graph.</p>
    
<p>AJaPaD stands for &quot;Another Java Parser for DOT&quot;. It provides programmers with an ANTLR-based DOT parser and a Java API for creating, manipulating and serializing GraphViz/DOT graphs.</p>
 
</body>
</html>