Package ptolemy.vergil.actor
Class ActorViewerGraphController.EntityLayout
- java.lang.Object
-
- diva.graph.layout.AbstractGlobalLayout
-
- ptolemy.vergil.actor.ActorViewerGraphController.EntityLayout
-
- All Implemented Interfaces:
GlobalLayout
- Enclosing class:
- ActorViewerGraphController
public class ActorViewerGraphController.EntityLayout extends AbstractGlobalLayout
This layout algorithm is responsible for laying out the ports within an entity.
-
-
Constructor Summary
Constructors Constructor Description EntityLayout()
Create a new layout manager.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
layout(java.lang.Object node)
Layout the ports of the specified node.-
Methods inherited from class diva.graph.layout.AbstractGlobalLayout
getLayoutTarget, setLayoutTarget
-
-
-
-
Method Detail
-
layout
public void layout(java.lang.Object node)
Layout the ports of the specified node.- Specified by:
layout
in interfaceGlobalLayout
- Specified by:
layout
in classAbstractGlobalLayout
- Parameters:
node
- The node, which is assumed to be an entity.
-
-