Changeset 872 for trunk/.classpath


Ignore:
Timestamp:
02/09/14 23:40:17 (10 years ago)
Author:
ngw8
Message:

Added GraphFramesetLinks agent, which uses JGraphX to generate a graph/visualization of the current frameset in terms of the links between frames, and renders it using Expeditee objects.
The layout type used (tree, organic, circle, hierarchical, or the default, fast organic) can be specified when calling the action (e.g. 'GraphFramesetLinks circle').

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/.classpath

    r863 r872  
    2626        <classpathentry kind="lib" path="releases/jars/jazzy-core.jar"/>
    2727        <classpathentry kind="lib" path="releases/jars/PDFRenderer-0.9.1.jar"/>
    28 
     28        <classpathentry kind="lib" path="releases/jars/jgraphx.jar"/>
    2929        <classpathentry kind="lib" path="releases/jars/commons-cli-1.2.jar"/>
    3030        <classpathentry kind="lib" path="releases/jars/json-simple-1.1.1.jar"/>
Note: See TracChangeset for help on using the changeset viewer.