Packagexp.charting.effects
Classpublic class BlindsEffect
InheritanceBlindsEffect Inheritance ChartEffect Inheritance Tween Inheritance flash.events.EventDispatcher



Public Properties
 PropertyDefined by
 Inheritedactive : Boolean
Indicates whether the tween is active
Tween
 InheritedchartDesc : ChartDesc
ChartEffect
 Inheritedcontainer : DisplayObjectContainer
ChartEffect
  direction : String = "horizontal"
BlindsEffect
 Inheritedduration : int = 3000
The duration in ms of the tween
Tween
 InheritedeasingEquation : Function
The easing equation This can be replaced by any equation you like that takes the follwing params
Tween
 InheritedisFactory : Boolean = false
Is this a factory tween that generates clones of itself
Tween
 Inheritedmode : String = "in"
The mode of tween One of in or out.
Tween
 InheritedtweenId : int
A unique Id for this tween
Tween
 InheritedtweenType : String
The type of tween
Tween
Protected Properties
 PropertyDefined by
 Inheritedtarget : Object
Tween
 InheritedtweenClass : Class
Tween
 Inherited_tweenType : String = "tween"
Tween
Public Methods
 MethodDefined by
  
BlindsEffect(target:Object = null, mode:String = "in")
BlindsEffect
 Inherited
getChartEffectInstance(target:DisplayObjectContainer, mode:String, chartDesc:ChartDesc):ChartEffect
ChartEffect
 Inherited
getInstance(target:Object = null, mode:String = "in"):Tween
Tween
 Inherited
reverse():void
Plays a tween in reverse from the current point back to the beginning.
Tween
 Inherited
start():void
Starts or restarts a tween
Tween
 Inherited
stop(noevent:Boolean = true):void
Stops a tween
Tween
Protected Methods
 MethodDefined by
  
BlindsEffect
 Inherited
end():void
Tween
 Inherited
getValue(endValue:Number, beginValue:Number):Number
Gets the property value at the current point in time
Tween
  
onTweenBegin():void
BlindsEffect
  
onTweenEnd():void
BlindsEffect
  
onTweenUpdate(value:Number):void
BlindsEffect
Property detail
directionproperty
public var direction:String = "horizontal"
Constructor detail
BlindsEffect()constructor
public function BlindsEffect(target:Object = null, mode:String = "in")Parameters
target:Object (default = null)
 
mode:String (default = "in")
Method detail
configureChildInstance()method
protected override function configureChildInstance(tween:Tween):voidParameters
tween:Tween
onTweenBegin()method 
protected override function onTweenBegin():void
onTweenEnd()method 
protected override function onTweenEnd():void
onTweenUpdate()method 
protected override function onTweenUpdate(value:Number):voidParameters
value:Number