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.
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.
|