Package de.saar.chorus.jgraph

Provides various classes which extend the functionality of the JGraph package.

See:
          Description

Interface Summary
DataFactory<NodeData,EdgeData>  
IEdgeData<EdgeType>  
IGraphSource  
INodeData<NodeType>  
 

Class Summary
EdgeDataAdapter<E>  
GecodeTreeLayout A layout algorithm for a solved form of a dominance graph represented by a JDomGraph.
GecodeTreeLayoutSettings Storing the general parameters (distances between nodes and fragments).
GraphDrawingCursor A class to determine the coordinates of a node relative to the graph root.
GraphLayoutCursor A class to determine the positions of nodes in a graph that is a tree, relative to their direct parents.
GraphScroller  
ImprovedJGraph<NodeType,NodeData extends INodeData<NodeType>,EdgeType,EdgeData extends IEdgeData<EdgeType>>  
ImprovedJGraphAdapter<NodeType,NodeData extends INodeData<NodeType>,EdgeType,EdgeData extends IEdgeData<EdgeType>>  
ImprovedJGraphLayout  
JGraphSlider  
JScrollableJGraph  
LazyGraphSource<GraphType extends ImprovedJGraph>  
ListGraphSource<GraphType extends ImprovedJGraph>  
NodeDataAdapter<E>  
 

Package de.saar.chorus.jgraph Description

Provides various classes which extend the functionality of the JGraph package. This includes primarily the class ImprovedJGraph, which extends JGraph with graph algorithms, JScrollableJGraph (which embeds a JGraph into a scroll pane and equips it with a slider), and various layout algorithms.