| Package | org.un.flex.graphLayout.layout |
| Class | public class ISOMLayouter |
| Inheritance | ISOMLayouter IterativeBaseLayouter BaseLayouter |
| Implements | ILayoutAlgorithm |
| Method | Defined by | ||
|---|---|---|---|
|
ISOMLayouter(vg:IVisualGraph = null)
| ISOMLayouter | ||
![]() |
bgDragContinue(event:MouseEvent):void
This is a NOP for this layouter.
| BaseLayouter | |
![]() |
bgDragEvent(event:MouseEvent):void
This is a NOP for this layouter.
| BaseLayouter | |
![]() |
bgDropEvent(event:MouseEvent):void
This is a NOP for this layouter.
| BaseLayouter | |
![]() |
dragContinue(event:MouseEvent, vn:IVisualNode):void
This is a NOP for this layouter.
| BaseLayouter | |
![]() |
dragEvent(event:MouseEvent, vn:IVisualNode):void
This method notifies the layouter about a drag/drop
operation.
| IterativeBaseLayouter | |
![]() |
dropEvent(event:MouseEvent, vn:IVisualNode):void
If we receive a drop event, we delete the drag node.
| IterativeBaseLayouter | |
![]() |
layoutPass():Boolean
This is the actual method that does a layout pass.
| IterativeBaseLayouter | |
|
refreshInit():void
| ISOMLayouter | ||
|
resetAll():void
| ISOMLayouter | ||
| Method | Defined by | ||
|---|---|---|---|
![]() |
applyTargetCoordinates(n:INode):void
Sets the current absolute target coordinates of a node
in the node's vnode.
| BaseLayouter | |
![]() |
applyTargetToNodes(vns:Dictionary):void
Applies the target coordinates to all nodes that
are in the Dictionary object passed as argument.
| BaseLayouter | |
|
calculateLayout():void
Layout Methods - Computational Methods
| ISOMLayouter | ||
|
isStable():Boolean
| ISOMLayouter | ||
![]() |
layoutIteration():Boolean
Do a full calculation iteration of the layout.
| IterativeBaseLayouter | |
| ISOMLayouter | () | constructor |
| calculateLayout | () | method |
protected override function calculateLayout():voidLayout Methods - Computational Methods
| isStable | () | method |
protected override function isStable():Boolean
Returns
Boolean |
| refreshInit | () | method |
public override function refreshInit():void
| resetAll | () | method |
public override function resetAll():void