jcreek.cke.graph.layout
Interface Layout

All Known Implementing Classes:
TreeLayout

public interface Layout

This interface represents a particular method of laying out a graph of nodes on a 2 dimensional surface.


Method Summary
 void layout(Graph graph, java.awt.Rectangle bounds)
          Lay out the graph within the supplied bounds.
 

Method Detail

layout

public void layout(Graph graph,
                   java.awt.Rectangle bounds)
Lay out the graph within the supplied bounds.



Created at IDI, NTNU by the Artificial Intelligence and Learning group