Package org.wilmascope.graph

Interface Summary
BalancedEventListener  
EdgeAbility Title: WilmaToo Description: Sequel to the ever popular WilmaScope software Copyright: Copyright (c) 2001 Company: WilmaScope.org
EdgeView Title: WilmaToo Description: Sequel to the ever popular WilmaScope software Copyright: Copyright (c) 2001 Company: WilmaScope.org
Layable Every GraphElement that expects to be placed by an automatic layout engine will have a reference to an object implementing this interface
NodeAbility  
NodeView Title: WilmaToo Description: Sequel to the ever popular WilmaScope software Copyright: Copyright (c) 2001 Company: WilmaScope.org
Viewable Title: WilmaToo Description: Sequel to the ever popular WilmaScope software Copyright: Copyright (c) 2001 Company: WilmaScope.org
 

Class Summary
Cluster a Cluster is a set of Nodes (Node) and Edges (Edge) sharing the same (LayoutEngine).
ClusterList Title: WilmaToo Description: Sequel to the ever popular WilmaScope software Copyright: Copyright (c) 2001 Company: WilmaScope.org
Edge An Edge links two nodes
EdgeLayout Title: WilmaToo Description: Sequel to the ever popular WilmaScope software Copyright: Copyright (c) 2001 Company: WilmaScope.org
EdgeList  
GraphElement A GraphElement is the basic ancestor of anything that can appear in graph be it a Node, Edge or Cluster.
LayoutEngine<N extends NodeLayout,E extends EdgeLayout> Classes which determine layout for a particular cluster must implement this interface.
List<T extends GraphElement>  
Node Definition of a graph Node or Vertex.
NodeLayout Title: WilmaToo Description: Sequel to the ever popular WilmaScope software Copyright: Copyright (c) 2001 Company: WilmaScope.org
NodeList  
Plane A plane defined by a normal vector and a point in the plane