| Package | xp.charting.effects |
| Class | public class BlindsEffect |
| Inheritance | BlindsEffect ChartEffect Tween flash.events.EventDispatcher |
| Property | Defined by | ||
|---|---|---|---|
![]() | active : Boolean
Indicates whether the tween is active
| Tween | |
![]() | chartDesc : ChartDesc | ChartEffect | |
![]() | container : DisplayObjectContainer | ChartEffect | |
| direction : String = "horizontal" | BlindsEffect | ||
![]() | duration : int = 3000
The duration in ms of the tween
| Tween | |
![]() | easingEquation : Function
The easing equation
This can be replaced by any equation you like that takes the follwing params
| Tween | |
![]() | isFactory : Boolean = false
Is this a factory tween that generates clones of itself
| Tween | |
![]() | mode : String = "in"
The mode of tween
One of in or out.
| Tween | |
![]() | tweenId : int
A unique Id for this tween
| Tween | |
![]() | tweenType : String
The type of tween
| Tween | |
| Method | Defined by | ||
|---|---|---|---|
|
BlindsEffect(target:Object = null, mode:String = "in")
| BlindsEffect | ||
![]() | ChartEffect | ||
![]() |
getInstance(target:Object = null, mode:String = "in"):Tween
| Tween | |
![]() |
reverse():void
Plays a tween in reverse from the current point back to the beginning.
| Tween | |
![]() |
start():void
Starts or restarts a tween
| Tween | |
![]() |
stop(noevent:Boolean = true):void
Stops a tween
| Tween | |
| Method | Defined by | ||
|---|---|---|---|
|
configureChildInstance(tween:Tween):void
| BlindsEffect | ||
![]() |
end():void
| Tween | |
![]() |
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 | ||
| direction | property |
public var direction:String = "horizontal"
| BlindsEffect | () | constructor |
public function BlindsEffect(target:Object = null, mode:String = "in")Parameters
target:Object (default = null) |
|
mode:String (default = "in") |
| configureChildInstance | () | method |
| 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 |