| Package | org.un.flex.graphLayout.layout |
| Class | public class ParentCenteredRadialLayouter |
| Inheritance | ParentCenteredRadialLayouter AnimatedBaseLayouter BaseLayouter |
| Implements | IAngularLayouter |
| Property | Defined by | ||
|---|---|---|---|
![]() | animInProgress : Boolean
Indicator if currently an animation sequence is still
in progress.
| AnimatedBaseLayouter | |
![]() | autoFitEnabled : Boolean | BaseLayouter | |
![]() | disableAnimation : Boolean
If set to true, animation is disabled and direct
node location setting occurs (instantaneously).
| BaseLayouter | |
![]() | graph : IGraph
Assign a Graph datastructure object to the
layouter, every layouter will need one to work
and some may allow to set it in their constructor
| BaseLayouter | |
![]() | layoutChanged : Boolean | BaseLayouter | |
| linkLength : Number | ParentCenteredRadialLayouter | ||
| phi : Number
Access to the preset of the starting angle of the layout
| ParentCenteredRadialLayouter | ||
![]() | vgraph : IVisualGraph
Assign a VisualGraph object to the layouter,
every layouter will need one to work, some may
also offer to set it in their constructor.
| BaseLayouter | |
| Method | Defined by | ||
|---|---|---|---|
|
ParentCenteredRadialLayouter(vg:IVisualGraph = null)
The constructor only initialises some data structures.
| ParentCenteredRadialLayouter | ||
![]() |
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 is a NOP for this layouter.
| BaseLayouter | |
![]() |
dropEvent(event:MouseEvent, vn:IVisualNode):void
This is a NOP for this layouter.
| BaseLayouter | |
|
layoutPass():Boolean
This main interface method computes and
and executes the new layout.
| ParentCenteredRadialLayouter | ||
![]() |
refreshInit():void
This is a NOP for this layouter.
| BaseLayouter | |
|
resetAll():void
This should reset all parameters of the layouter,
which might not be needed for all layouters, and it is
up to each layouter to do something with it.
| ParentCenteredRadialLayouter | ||
| linkLength | property |
linkLength:Number [read-write]
This property can be used as the source for data binding.
Implementation public function get linkLength():Number
public function set linkLength(value:Number):void
| phi | property |
phi:Number [read-write]Access to the preset of the starting angle of the layout
This property can be used as the source for data binding.
Implementation public function get phi():Number
public function set phi(value:Number):void
| ParentCenteredRadialLayouter | () | constructor |
public function ParentCenteredRadialLayouter(vg:IVisualGraph = null)The constructor only initialises some data structures.
Parametersvg:IVisualGraph (default = null) |
| layoutPass | () | method |
public override function layoutPass():BooleanThis main interface method computes and and executes the new layout.
ReturnsBoolean — Currently the return value is not set or used.
|
| resetAll | () | method |
public override function resetAll():voidThis should reset all parameters of the layouter, which might not be needed for all layouters, and it is up to each layouter to do something with it. It would also stop any existing layouting loops/timers.