Package diva.graph.layout
Interface GlobalLayout
-
- All Known Subinterfaces:
IncrementalLayout
- All Known Implementing Classes:
AbstractGlobalLayout,ActorViewerGraphController.EntityLayout,GridAnnealingLayout,IncrLayoutAdapter,KielerLayout,LevelLayout,ProxyIncrLayout,RandomIncrLayout,RandomLayout
public interface GlobalLayoutA static layout engine which layouts traverse the graph structure and performs layout from scratch, ignoring the previous positions of the nodes in the graphs.- Version:
- $Id$
- Author:
- Michael Shilman
- Pt.AcceptedRating:
- Red
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LayoutTargetgetLayoutTarget()Return the layout target.voidlayout(java.lang.Object composite)Layout the graph model in the viewport specified by the layout target environment.voidsetLayoutTarget(LayoutTarget target)Set the layout target.
-
-
-
Method Detail
-
getLayoutTarget
LayoutTarget getLayoutTarget()
Return the layout target.
-
setLayoutTarget
void setLayoutTarget(LayoutTarget target)
Set the layout target.
-
layout
void layout(java.lang.Object composite)
Layout the graph model in the viewport specified by the layout target environment.
-
-