diva.graph.layout
Interface GlobalLayout

All Known Subinterfaces:
IncrementalLayout
All Known Implementing Classes:
AbstractGlobalLayout

public interface GlobalLayout

A static layout engine which layouts traverse the graph structure and performs layout from scratch, ignoring the previous positions of the nodes in the graphs.


Method Summary
 LayoutTarget getLayoutTarget()
          Return the layout target.
 void layout(java.lang.Object composite)
          Layout the graph model in the viewport specified by the layout target environment.
 void setLayoutTarget(LayoutTarget target)
          Set the layout target.
 

Method Detail

getLayoutTarget

public LayoutTarget getLayoutTarget()
Return the layout target.

setLayoutTarget

public void setLayoutTarget(LayoutTarget target)
Set the layout target.

layout

public void layout(java.lang.Object composite)
Layout the graph model in the viewport specified by the layout target environment.


Contact 
©2002-2018 U.C. Regents