| Package | org.juicekit.visual.controls |
| Class | public class TreeMapZoomControl |
| Inheritance | TreeMapZoomControl mx.containers.HBox |
TreeMapZoomControl class provides a zoom-in/out
companion control for the TreeMapControl. Clicks on a
TreeMapControl cause the focus to zoom into branch nodes of
treemap. Clicks on the TreeMapZoomControl button path
zoom-out to the corresponding branch nodes.
See also
| Property | Defined by | ||
|---|---|---|---|
| depth : uint [read-only]
| TreeMapZoomControl | ||
| labelField : String
Holds the "labelEncodingField" of the treemap control.
| TreeMapZoomControl | ||
| tree : TreeMapControl
References the companion
TreeMapControl. | TreeMapZoomControl | ||
| Method | Defined by | ||
|---|---|---|---|
|
Constructor.
| TreeMapZoomControl | ||
| depth | property |
depth:uint [read-only]Implementation
public function get depth():uint
| labelField | property |
public var labelField:StringHolds the "labelEncodingField" of the treemap control.
| tree | property |
tree:TreeMapControl [read-write]
References the companion TreeMapControl.
public function get tree():TreeMapControl
public function set tree(value:TreeMapControl):void
See also
| TreeMapZoomControl | () | constructor |
public function TreeMapZoomControl()Constructor.