Documentation for classes includes syntax, usage information, and code samples for methods, properties, and event handlers and listeners for those APIs that belong to a specific class in ActionScript. The classes are listed alphabetically. If you are not sure to which class a certain method or property belongs, you can look it up in the Index.


 ClassPackageDescription
 BaseTreeMapBranchRenderer
com.flextoolbox.controls.treeMapClasses Some basic functionality for a branch renderer of the TreeMap control.
 BaseTreeMapData
com.flextoolbox.controls.treeMapClasses The data passed to drop-in TreeMap item renderers.
 DisplayObjectUtil
com.yahoo.astra.utils Utility functions for use with DisplayObjects.
 FlexFontUtil
com.flextoolbox.utils Utility methods for use with fonts in Flex.
 FlexGraphicsUtil
com.flextoolbox.utils Utility functions for drawing Flex graphical assets (in particular, Halo-style skins).
 IDropInTreeMapItemRenderer
com.flextoolbox.controls.treeMapClasses The interface that defines functionality required for a TreeMap control's drop-in item renderers.
 ITreeMapBranchRenderer
com.flextoolbox.controls.treeMapClasses The interface that defines functionality required for a TreeMap control's branch renderers.
 ITreeMapItemRenderer
com.flextoolbox.controls.treeMapClasses The interface that defines functionality required for a TreeMap control's item renderers.
 ITreeMapLayoutStrategy
com.flextoolbox.controls.treeMapClasses Designed to allow easy switching between treemap layout algorithms.
 ITreeMapLeafRenderer
com.flextoolbox.controls.treeMapClasses The interface that defines functionality required for a TreeMap control's leaf renderers.
 LiteTreeMapBranchRenderer
com.flextoolbox.controls.treeMapClasses A very simple branch renderer for the TreeMap control.
 LiteTreeMapLeafRenderer
com.flextoolbox.controls.treeMapClasses A very simple leaf renderer for the TreeMap component.
 RecursiveSquarifyLayout
com.flextoolbox.controls.treeMapClasses A recursive "squarify" layout algorithm for the TreeMap component.
 SliceAndDiceLayout
com.flextoolbox.controls.treeMapClasses Slice-and-dice layout algorithm for the TreeMap component.
 SquarifyLayout
com.flextoolbox.controls.treeMapClasses The squarify treemap layout algorithm creates nodes that are unordered, with the lowest possible aspect ratios, and medium stability of node positions.
 StripLayout
com.flextoolbox.controls.treeMapClasses The strip treemap layout algorithm creates nodes that are ordered, with medium aspect ratios, and medium stability of node positions.
 TheInstantiator
com.flextoolbox.utils Utility for creating instances of Flex sub-components or skins.
 TreeMap
com.flextoolbox.controls A treemap is a space-constrained visualization of hierarchical structures.
 TreeMapBranchData
com.flextoolbox.controls.treeMapClasses The data passed to drop-in TreeMap branch renderers.
 TreeMapBranchEvent
com.flextoolbox.events Event used by branch renderers to indicate certain changes.
 TreeMapBranchHeaderSkin
com.flextoolbox.skins.halo The skin for all the states of an TreeMapBranchHeader in a TreeMap.
 TreeMapBranchHeaderZoomButtonSkin
com.flextoolbox.skins.halo The skin for all the states of an TreeMapBranchHeader zoom button control in a TreeMap.
 TreeMapBranchRenderer
com.flextoolbox.controls.treeMapClasses The default branch renderer for the TreeMap control.
 TreeMapEvent
com.flextoolbox.events The TreeMapEvent class represents events associated with items of the TreeMap control.
 TreeMapItemLayoutData
com.flextoolbox.controls.treeMapClasses Used by instances of ITreeMapLayoutStrategy to position nodes within a TreeMap control
 TreeMapLeafData
com.flextoolbox.controls.treeMapClasses The data passed to drop-in TreeMap leaf renderers.
 TreeMapLeafRenderer
com.flextoolbox.controls.treeMapClasses The default leaf renderer for the TreeMap control.
 TreeMapLeafRendererSkin
com.flextoolbox.skins.halo The skin for all the states of a Button.
 TreeMapResizeIcon
com.flextoolbox.skins.halo Icon used when the treemap branch header can be resized.
 TreeMapZoomInIcon
com.flextoolbox.skins.halo The default icon for zoom in operations on the TreeMap control.
 TreeMapZoomOutIcon
com.flextoolbox.skins.halo The default icon for zoom-out operations on the TreeMap control.
 TreeMapZoomOutType
com.flextoolbox.controls.treeMapClasses Defines constants for a TreeMap's zoomOutType property.