Packageorg.juicekit.visual.controls
Classpublic class TreeMapZoomControl
InheritanceTreeMapZoomControl Inheritance mx.containers.HBox

The 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

org.juicekit.visual.controls.TreeMapControl


Public Properties
 PropertyDefined by
  depth : uint
[read-only]
TreeMapZoomControl
  labelField : String
Holds the "labelEncodingField" of the treemap control.
TreeMapZoomControl
  tree : TreeMapControl
References the companion TreeMapControl.
TreeMapZoomControl
Public Methods
 MethodDefined by
  
Constructor.
TreeMapZoomControl
Property detail
depthproperty
depth:uint  [read-only]Implementation
    public function get depth():uint
labelFieldproperty 
public var labelField:String

Holds the "labelEncodingField" of the treemap control.

treeproperty 
tree:TreeMapControl  [read-write]

References the companion TreeMapControl.

Implementation
    public function get tree():TreeMapControl
    public function set tree(value:TreeMapControl):void

See also

Constructor detail
TreeMapZoomControl()constructor
public function TreeMapZoomControl()

Constructor.