Packageorg.axiis.managers
Classpublic class FreeDataTipManager
InheritanceFreeDataTipManager Inheritance Object
Implements IDataTipManager

FreeDataTipManager will lay out a single data tip that follows the cursor as the user moves the mouse.



Public Properties
 PropertyDefined By
  dataTips : Array
[read-only] An array of data tips created by this manager.
FreeDataTipManager
Public Methods
 MethodDefined By
  
FreeDataTipManager
  
createDataTip(dataTips:Array, context:UIComponent, axiisSprite:AxiisSprite):void
Adds data tips to the stage and sets their initial position.
FreeDataTipManager
  
Removes all data tips from the stage and performs and clean up.
FreeDataTipManager
Property Detail
dataTipsproperty
dataTips:Array  [read-only]

An array of data tips created by this manager.


Implementation
    public function get dataTips():Array
Constructor Detail
FreeDataTipManager()Constructor
public function FreeDataTipManager()



Method Detail
createDataTip()method
public function createDataTip(dataTips:Array, context:UIComponent, axiisSprite:AxiisSprite):void

Adds data tips to the stage and sets their initial position. If you are creating your own implementation of this class, this is an ideal place to set up event listeners to support laying out the data tips as the user moves the mouse.

Parameters

dataTips:Array — An arry of UIComponents to add to the stage and treat as data tips
 
context:UIComponent — The UIComponent that the data tips should be positioned relative to. This is often the DataCanvas the axiisSprite belongs to.
 
axiisSprite:AxiisSprite — The sprite that the user hit that triggered this data tip

destroyAllDataTips()method 
public function destroyAllDataTips():void

Removes all data tips from the stage and performs and clean up.