Uses of Class
org.wilmascope.graph.GraphElement

Packages that use GraphElement
org.wilmascope.graph   
 

Uses of GraphElement in org.wilmascope.graph
 

Classes in org.wilmascope.graph with type parameters of type GraphElement
 class List<T extends GraphElement>
           
 

Subclasses of GraphElement in org.wilmascope.graph
 class Cluster
          a Cluster is a set of Nodes (Node) and Edges (Edge) sharing the same (LayoutEngine).
 class Edge
          An Edge links two nodes
 class Node
          Definition of a graph Node or Vertex.
 

Methods in org.wilmascope.graph with parameters of type GraphElement
protected  void Cluster.remove(GraphElement e)
          remove a graph element (ie node or edge) from this cluster
 void ClusterList.removeFromAll(GraphElement e)
          removes the graph element from all clusters in the list