| Package | xp.charting.effects |
| Class | public class ChartEffect |
| Inheritance | ChartEffect Tween flash.events.EventDispatcher |
| Subclasses | BlindsEffect, DissolveEffect, FadeEffect, PieSeriesEffect, SlideEffect, WipeEffect, ZoomEffect |
| Property | Defined by | ||
|---|---|---|---|
![]() | active : Boolean
Indicates whether the tween is active
| Tween | |
| chartDesc : ChartDesc | ChartEffect | ||
| container : DisplayObjectContainer | ChartEffect | ||
![]() | 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 | ||
|---|---|---|---|
|
ChartEffect(target:Object = null, mode:String = "in")
| ChartEffect | ||
| 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 | |
| chartDesc | property |
public var chartDesc:ChartDesc
| container | property |
public var container:DisplayObjectContainer
| ChartEffect | () | constructor |
public function ChartEffect(target:Object = null, mode:String = "in")Parameters
target:Object (default = null) |
|
mode:String (default = "in") |
| getChartEffectInstance | () | method |
public function getChartEffectInstance(target:DisplayObjectContainer, mode:String, chartDesc:ChartDesc):ChartEffectParameters
target:DisplayObjectContainer |
|
mode:String |
|
chartDesc:ChartDesc |
ChartEffect |