| Property | Defined by | ||
|---|---|---|---|
| effects : Object [static]
| ChartEffectManager | ||
| Property | Defined by | ||
|---|---|---|---|
| chart : ChartArea | ChartEffectManager | ||
| chartDesc : ChartDesc | ChartEffectManager | ||
| chartState : String = "" | ChartEffectManager | ||
| clients : Dictionary | ChartEffectManager | ||
| _dataEffectInInstances : Dictionary | ChartEffectManager | ||
| _dataEffectOutInstances : Dictionary | ChartEffectManager | ||
| effectState : String = "none" | ChartEffectManager | ||
| inDEEffects : Dictionary | ChartEffectManager | ||
| outDEEffects : Dictionary | ChartEffectManager | ||
| Method | Defined by | ||
|---|---|---|---|
|
ChartEffectManager(chart:ChartArea)
| ChartEffectManager | ||
|
getEffect(type:String):ChartEffect
[static]
| ChartEffectManager | ||
| Method | Defined by | ||
|---|---|---|---|
| ChartEffectManager | |||
|
checkEffects():void
| ChartEffectManager | ||
|
dataEffectInEndHandler(e:Event):void
| ChartEffectManager | ||
|
dataEffectOutEndHandler(e:Event):void
| ChartEffectManager | ||
|
prepareEffects():void
| ChartEffectManager | ||
| ChartEffectManager | |||
|
setChartState(newState:String):void
| ChartEffectManager | ||
|
startAllEffects(effects:Array):void
| ChartEffectManager | ||
|
stopAllEffects(effects:Array):void
| ChartEffectManager | ||
|
updateCompleteHandler(e:Event):void
| ChartEffectManager | ||
| ChartEffectManager | |||
| ChartEffectManager | |||
| chart | property |
protected var chart:ChartArea
| chartDesc | property |
protected var chartDesc:ChartDesc
| chartState | property |
protected var chartState:String = ""
| clients | property |
protected var clients:Dictionary
| _dataEffectInInstances | property |
protected var _dataEffectInInstances:Dictionary
| _dataEffectOutInstances | property |
protected var _dataEffectOutInstances:Dictionary
| effects | property |
public static var effects:Object
| effectState | property |
protected var effectState:String = "none"
| inDEEffects | property |
protected var inDEEffects:Dictionary
| outDEEffects | property |
protected var outDEEffects:Dictionary
| ChartEffectManager | () | constructor |
| checkClient | () | method |
protected function checkClient(client:IChartEffectClient, inDE:ChartEffect, outDE:ChartEffect):voidParameters
client:IChartEffectClient |
|
inDE:ChartEffect |
|
outDE:ChartEffect |
| checkEffects | () | method |
protected function checkEffects():void
| dataEffectInEndHandler | () | method |
protected function dataEffectInEndHandler(e:Event):voidParameters
e:Event |
| dataEffectOutEndHandler | () | method |
protected function dataEffectOutEndHandler(e:Event):voidParameters
e:Event |
| getEffect | () | method |
| prepareEffects | () | method |
protected function prepareEffects():void
| seriesDataChangedHandler | () | method |
| setChartState | () | method |
protected function setChartState(newState:String):voidParameters
newState:String |
| startAllEffects | () | method |
protected function startAllEffects(effects:Array):voidParameters
effects:Array |
| stopAllEffects | () | method |
protected function stopAllEffects(effects:Array):voidParameters
effects:Array |
| updateCompleteHandler | () | method |
protected function updateCompleteHandler(e:Event):voidParameters
e:Event |
| updateInEffects | () | method |
protected function updateInEffects(key:IChartEffectClient, _dataEffectIn:ChartEffect):voidParameters
key:IChartEffectClient |
|
_dataEffectIn:ChartEffect |
| updateOutEffects | () | method |
protected function updateOutEffects(key:IChartEffectClient, _dataEffectOut:ChartEffect):voidParameters
key:IChartEffectClient |
|
_dataEffectOut:ChartEffect |