| Package | org.un.flex.graphLayout.layout |
| Interface | public interface IAngularLayouter extends ILayoutAlgorithm |
| Implementors | ParentCenteredRadialLayouter, PhylloTreeLayouter |
| Property | Defined by | ||
|---|---|---|---|
![]() | animInProgress : Boolean
Indicator if currently an animation sequence is still
in progress.
| ILayoutAlgorithm | |
![]() | autoFitEnabled : Boolean
Flag to indicate whether the Layouter should attempt
to automatically fit the layout to the screen.
| ILayoutAlgorithm | |
![]() | disableAnimation : Boolean
If set to true, animation is disabled and direct
node location setting occurs (instantaneously).
| ILayoutAlgorithm | |
![]() | 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
| ILayoutAlgorithm | |
![]() | layoutChanged : Boolean
Indicator if the layout has changed or not.
| ILayoutAlgorithm | |
![]() | linkLength : Number
Access to a value that controls the length
of links (or rather edges).
| ILayoutAlgorithm | |
| phi : Number
Access to a value that controls an angle in degrees
for the layouter.
| IAngularLayouter | ||
![]() | 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.
| ILayoutAlgorithm | |
| phi | property |
phi:Number [read-write]Access to a value that controls an angle in degrees for the layouter. It is up to the layouter what to do with it, and some may ignore this value under certain circumstances (like autoFit). The interface requires the value to be between -360 and 360;
The default value is 160.
public function get phi():Number
public function set phi(value:Number):void