Eclipse Draw2d
3.1

Uses of Class
org.eclipse.draw2d.graph.NodeList

Packages that use NodeList
org.eclipse.draw2d.graph   
org.eclipse.draw2d.internal.graph   
 

Uses of NodeList in org.eclipse.draw2d.graph
 

Subclasses of NodeList in org.eclipse.draw2d.graph
 class Rank
           
 

Fields in org.eclipse.draw2d.graph declared as NodeList
 NodeList Subgraph.members
          The children of this subgraph.
 NodeList DirectedGraph.nodes
          All of the nodes in the graph.
 NodeList Edge.vNodes
          The virtual nodes used to bend edges which go across one or more ranks.
 NodeList CompoundDirectedGraph.subgraphs
          For internal use only.
 

Constructors in org.eclipse.draw2d.graph with parameters of type NodeList
NodeList(NodeList list)
          Constructs a NodeList with the elements from the specified list.
 

Uses of NodeList in org.eclipse.draw2d.internal.graph
 

Fields in org.eclipse.draw2d.internal.graph declared as NodeList
protected  NodeList InitialRankSolver.members
           
protected  NodeList TightSpanningTreeSolver.members
           
 

Methods in org.eclipse.draw2d.internal.graph with parameters of type NodeList
static boolean GraphUtilities.isCyclic(NodeList nodes)
          Recursively removes leaf nodes from the list until there are no nodes remaining (acyclic) or there are no leaf nodes but the list is not empty (cyclic), then returns the result.
 


Eclipse Draw2d
3.1

Copyright (c) IBM Corp. and others 2000, 2005. All Rights Reserved.