Package | org.axiis.managers |
Interface | public interface IDataTipManager |
Implementors | AnchoredDataTipManager, FreeDataTipManager |
Property | Defined By | ||
---|---|---|---|
dataTips : Array [read-only]
An array of data tips created by this manager. | IDataTipManager |
Method | Defined By | ||
---|---|---|---|
createDataTip(dataTips:Array, context:UIComponent, axiisSprite:AxiisSprite):void
Adds data tips to the stage and sets their initial position. | IDataTipManager | ||
destroyAllDataTips():void
Removes all data tips from the stage and performs and clean up. | IDataTipManager |
dataTips | property |
dataTips:Array
[read-only] An array of data tips created by this manager.
public function get dataTips():Array
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.