Revision: 7836
Author: chaase@adobe.com
Date: 2009-06-15 07:37:21 -0700 (Mon, 15 Jun 2009)
Log Message:
***********
PARB changes for effects. This includes various property renames, a couple of class renames, moving 3 classes to a sub-package, and various doc cleanups. This also includes changing a handful of Array properties to typed Vectors.
QE: This breaks Mustella due to the renames
Doc: Docs will need to be updated to reflect the changes as well
Bugs: None
Reviewer: Jason
Tests: checkintests, Thermo's transitionbug test
Modified Paths:
**************
flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/supportClasses/Sc rollBar.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/supportClasses/Sl ider.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/Animate.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/AnimateColor.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/AnimateTransform.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/CallAction.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/CrossFade.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/CrossFade.pbk
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/Move.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/Rotate.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/Rotate3D.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/Scale.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/Wipe.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/animation/Animation. as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/animation/IAnimation Target.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/animation/RepeatBeha vior.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/easing/EasingFractio n.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/easing/Linear.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/easing/Power.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/easing/Sine.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/interpolation/ArrayI nterpolator.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/interpolation/HSBInt erpolator.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/interpolation/IInter polator.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/interpolation/Number Interpolator.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/interpolation/RGBInt erpolator.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/Anima teColorInstance.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/Anima teInstance.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/Anima teTransformInstance.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/CallA ctionInstance.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/FadeI nstance.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/Resiz eInstance.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/WipeI nstance.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/utils/HSBColor.as
flex/sdk/trunk/frameworks/spark-manifest.xml
Added Paths:
***********
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/AnimateTransitionSha der.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/animation/Keyframe.a s
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/animation/MotionPath .as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/animation/SimpleMoti onPath.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/Anima teTransitionShaderInstance.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/utils/BitmapUtil.as
Removed Paths:
*************
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/AnimateShaderTransit ion.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/KeyFrame.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/MotionPath.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/SimpleMotionPath.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportClasses/Anima teShaderTransitionInstance.as