samples.preview_new_graphdraw.staticlayouts
Class SimpleLayoutAlgorithm

java.lang.Object
  extended by samples.preview_new_graphdraw.AbstractLayout
      extended by samples.preview_new_graphdraw.StaticLayout
          extended by samples.preview_new_graphdraw.staticlayouts.SimpleLayoutAlgorithm
All Implemented Interfaces:
Cloneable, LayoutEmitter

public class SimpleLayoutAlgorithm
extends StaticLayout

Author:
danyelf

Field Summary
 
Fields inherited from class samples.preview_new_graphdraw.AbstractLayout
screenSize, visEdgeMap, visVertexMap
 
Constructor Summary
SimpleLayoutAlgorithm()
           
 
Method Summary
protected  VisVertex createVisVertex(Vertex v)
           
 
Methods inherited from class samples.preview_new_graphdraw.StaticLayout
createVisEdge, createVisEdges, createVisVertices, emit, initializeLocations
 
Methods inherited from class samples.preview_new_graphdraw.AbstractLayout
getScreenSize, getVisEdge, getVisVertex, repositionLayout, setDimensions
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleLayoutAlgorithm

public SimpleLayoutAlgorithm()
Method Detail

createVisVertex

protected VisVertex createVisVertex(Vertex v)
Specified by:
createVisVertex in class StaticLayout