Uses of Class
org.wilmascope.graph.EdgeLayout

Packages that use EdgeLayout
org.wilmascope.columnlayout   
org.wilmascope.dotlayout   
org.wilmascope.fastlayout   
org.wilmascope.forcelayout   
org.wilmascope.graph   
org.wilmascope.highdimensionlayout   
org.wilmascope.multiscalelayout   
 

Uses of EdgeLayout in org.wilmascope.columnlayout
 

Subclasses of EdgeLayout in org.wilmascope.columnlayout
 class EdgeColumnLayout
          Title:
 

Methods in org.wilmascope.columnlayout that return EdgeLayout
 EdgeLayout ColumnLayout.createEdgeLayout(Edge e)
           
 

Uses of EdgeLayout in org.wilmascope.dotlayout
 

Subclasses of EdgeLayout in org.wilmascope.dotlayout
 class DotEdgeLayout
          Title:
 

Methods in org.wilmascope.dotlayout that return EdgeLayout
 EdgeLayout DotLayout.createEdgeLayout(Edge e)
           
 

Uses of EdgeLayout in org.wilmascope.fastlayout
 

Subclasses of EdgeLayout in org.wilmascope.fastlayout
 class FastEdgeLayout
          Title:
 

Methods in org.wilmascope.fastlayout that return EdgeLayout
 EdgeLayout FastLayout.createEdgeLayout(Edge e)
           
 

Uses of EdgeLayout in org.wilmascope.forcelayout
 

Subclasses of EdgeLayout in org.wilmascope.forcelayout
 class EdgeForceLayout
           
 

Uses of EdgeLayout in org.wilmascope.graph
 

Classes in org.wilmascope.graph with type parameters of type EdgeLayout
 class LayoutEngine<N extends NodeLayout,E extends EdgeLayout>
          Classes which determine layout for a particular cluster must implement this interface.
 

Methods in org.wilmascope.graph that return EdgeLayout
 EdgeLayout Edge.getLayout()
           
 

Methods in org.wilmascope.graph with parameters of type EdgeLayout
 void Edge.setLayout(EdgeLayout layout)
          Associates an EdgeLayout object with this edge
 

Uses of EdgeLayout in org.wilmascope.highdimensionlayout
 

Subclasses of EdgeLayout in org.wilmascope.highdimensionlayout
 class HDEdgeLayout
           
 

Methods in org.wilmascope.highdimensionlayout that return EdgeLayout
 EdgeLayout HighDimensionLayout.createEdgeLayout(Edge e)
           
 

Uses of EdgeLayout in org.wilmascope.multiscalelayout
 

Subclasses of EdgeLayout in org.wilmascope.multiscalelayout
 class MultiScaleEdgeLayout
          Description:
 

Methods in org.wilmascope.multiscalelayout that return EdgeLayout
 EdgeLayout MultiScaleLayout.createEdgeLayout(Edge e)