samples.preview_new_graphdraw.staticlayouts
Class RandomLayout

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

public class RandomLayout
extends StaticLayout

Author:
danyelf

Field Summary
 
Fields inherited from class samples.preview_new_graphdraw.AbstractLayout
screenSize, visEdgeMap, visVertexMap
 
Constructor Summary
RandomLayout()
           
 
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

RandomLayout

public RandomLayout()
Method Detail

createVisVertex

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