info.aduna.clustermap.layout
Class SubgraphLayoutManager.EdgeAttribute

java.lang.Object
  extended by info.aduna.clustermap.layout.SubgraphLayoutManager.EdgeAttribute
Enclosing class:
SubgraphLayoutManager

public static class SubgraphLayoutManager.EdgeAttribute
extends Object


Field Summary
 SubgraphLayoutManager.VertexAttribute attr1
           
 SubgraphLayoutManager.VertexAttribute attr2
           
 Edge edge
           
 int length
           
 int squaredLength
           
 
Constructor Summary
SubgraphLayoutManager.EdgeAttribute(Edge edge)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

edge

public Edge edge

attr1

public SubgraphLayoutManager.VertexAttribute attr1

attr2

public SubgraphLayoutManager.VertexAttribute attr2

length

public int length

squaredLength

public int squaredLength
Constructor Detail

SubgraphLayoutManager.EdgeAttribute

public SubgraphLayoutManager.EdgeAttribute(Edge edge)


Copyright © 1997-2008 Aduna. All Rights Reserved.