| Package | com.flextoolbox.controls.treeMapClasses |
| Class | public class TreeMapBranchData |
| Inheritance | TreeMapBranchData BaseTreeMapData |
See also
| Property | Defined by | ||
|---|---|---|---|
| closed : Boolean = false
If true, the branch will not position its children.
| TreeMapBranchData | ||
![]() | dataTip : String = ""
THe data tip to be displayed by the renderer.
| BaseTreeMapData | |
![]() | depth : int = 0
The depth of the renderer.
| BaseTreeMapData | |
| displaySimple : Boolean
Does not display addition information to the user, such as a label.
| TreeMapBranchData | ||
![]() | label : String = ""
The label to be displayed by the renderer.
| BaseTreeMapData | |
| layoutStrategy : ITreeMapLayoutStrategy
The layout strategy to be used by the branch renderer to position
and size its children.
| TreeMapBranchData | ||
![]() | owner : TreeMap
The TreeMap that displays this data.
| BaseTreeMapData | |
![]() | uid : String
The unique identifier for this item.
| BaseTreeMapData | |
![]() | weight : Number = 0
The weight (area) of the item.
| BaseTreeMapData | |
| zoomed : Boolean = false
If true, the branch is displayed at full size over the whole treemap.
| TreeMapBranchData | ||
| Method | Defined by | ||
|---|---|---|---|
|
Constructor.
| TreeMapBranchData | ||
| closed | property |
public var closed:Boolean = falseIf true, the branch will not position its children.
| displaySimple | property |
public var displaySimple:BooleanDoes not display addition information to the user, such as a label.
| layoutStrategy | property |
public var layoutStrategy:ITreeMapLayoutStrategyThe layout strategy to be used by the branch renderer to position and size its children.
| zoomed | property |
public var zoomed:Boolean = falseIf true, the branch is displayed at full size over the whole treemap.
| TreeMapBranchData | () | constructor |
public function TreeMapBranchData()Constructor.