de.aitools.iv.graphdrawing.distortion.layout
Interface Layout

All Known Implementing Classes:
CircularTreeLayout, HorizontalTreeLayout

public interface Layout


Method Summary
 void compute(UndirectedGraph g, Vertex root, Visualization visualization, java.lang.Object layoutHint)
          sets the position of every visible vertex of the graph.
 

Method Detail

compute

void compute(UndirectedGraph g,
             Vertex root,
             Visualization visualization,
             java.lang.Object layoutHint)
sets the position of every visible vertex of the graph.

Parameters:
g - - the graph
root - - the root vertex of the graph
visualization - - the visualization, the layout is computed for
layoutHint - - null to perform standard