Packagecom.yworks.yfiles.layout.tree
Classpublic class BalloonLayouter_NodeInfo
InheritanceBalloonLayouter_NodeInfo Inheritance YObject Inheritance Object

Encapsulates information bound to a node during the algorithm calculates a layout.



Public Properties
 PropertyDefined By
  angleSum : Number
[read-only] Returns the sum of all wedge angles
BalloonLayouter_NodeInfo
  dist : Number
The distance of the node to its root node.
BalloonLayouter_NodeInfo
  gapAngle : Number
The angle that of the gap that to the wedge of the previous child node.
BalloonLayouter_NodeInfo
  lowerAngle : Number
The lower angle of the subtree wedge rooted at the node.
BalloonLayouter_NodeInfo
  upperAngle : Number
The upper angle of the subtree wedge rooted at the node.
BalloonLayouter_NodeInfo
Public Methods
 MethodDefined By
  
BalloonLayouter_NodeInfo(init:Boolean = true)
BalloonLayouter_NodeInfo
 Inherited
equals(o:Object):Boolean
YObject
  
getClass():Class
[override]
BalloonLayouter_NodeInfo
 Inherited
hashCode():int
YObject
Property Detail
angleSumproperty
angleSum:Number  [read-only]

Returns the sum of all wedge angles


Implementation
    public function get angleSum():Number
distproperty 
public var dist:Number

The distance of the node to its root node.

gapAngleproperty 
public var gapAngle:Number

The angle that of the gap that to the wedge of the previous child node.

lowerAngleproperty 
public var lowerAngle:Number

The lower angle of the subtree wedge rooted at the node.

upperAngleproperty 
public var upperAngle:Number

The upper angle of the subtree wedge rooted at the node.

Constructor Detail
BalloonLayouter_NodeInfo()Constructor
public function BalloonLayouter_NodeInfo(init:Boolean = true)



Parameters
init:Boolean (default = true)
Method Detail
getClass()method
override public function getClass():Class

Returns
Class