public class ActorViewerGraphController.EntityLayout extends diva.graph.layout.AbstractGlobalLayout
| Constructor and Description |
|---|
EntityLayout()
Create a new layout manager.
|
| Modifier and Type | Method and Description |
|---|---|
void |
layout(java.lang.Object node)
Layout the ports of the specified node.
|
public EntityLayout()
public void layout(java.lang.Object node)
layout in interface diva.graph.layout.GlobalLayoutlayout in class diva.graph.layout.AbstractGlobalLayoutnode - The node, which is assumed to be an entity.