Revision: 7862
Author: jszeto@adobe.com
Date: 2009-06-15 15:06:23 -0700 (Mon, 15 Jun 2009)
Log Message:
***********
GraphicElement PARB Changes
mx.core.AdvancedLayoutFeatures
?\226?\128?\162 Rename layer -> depth
?\226?\128?\162 Rename offsets -> postLayoutTransformOffsets
mx.core.IVisualElement
?\226?\128?\162 Rename layer -> depth
mx.core.UIComponent
?\226?\128?\162 Rename offsets -> postLayoutTransformOffsets
?\226?\128?\162 Rename layer -> depth
mx.graphics.GradientBase
?\226?\128?\162 Remove scaleX
mx.graphics.GradientStroke
?\226?\128?\162 Add apply(g:Graphics, bounds:Rectangle)
mx.graphics.IStroke
?\226?\128?\162 Remove draw
?\226?\128?\162 Change apply(g:Graphics) -> apply(g:Graphics, bounds:Rectangle)
mx.graphics.LinearGradient
?\226?\128?\162 Add scaleX
mx.graphics.LinearGradientStroke
?\226?\128?\162 Add scaleX
?\226?\128?\162 Remove draw
?\226?\128?\162 Change apply(g:Graphics) -> apply(g:Graphics, bounds:Rectangle)
mx.graphics.RadialGradient
?\226?\128?\162 Add scaleX
mx.graphics.RadialGradientStroke
?\226?\128?\162 Add scaleX
?\226?\128?\162 Remove draw
?\226?\128?\162 Change apply(g:Graphics) -> apply(g:Graphics, bounds:Rectangle)
mx.graphics.SolidColorStroke
?\226?\128?\162 Remove draw
?\226?\128?\162 Change apply(g:Graphics) -> apply(g:Graphics, bounds:Rectangle)
mx.flash.UIMovieClip
?\226?\128?\162 Rename offsets -> postLayoutTransformOffsets
?\226?\128?\162 Rename layer -> depth
spark.components.PopUpAnchor
?\226?\128?\162 Change popUp type from UIComponent -> IFlexDisplayObject
?\226?\128?\162 Rename positionPopUp -> calculatePopUpPosition
?\226?\128?\162 Rename autoSizePopUpWidth -> popUpWidthMatchesAnchorWidth
?\226?\128?\162 Rename autoSizePopUpHeight -> popUpHeightMatchesAnchorHeight
spark.core.RelativePosition
?\226?\128?\162 Rename and move spark.core.RelativePosition -> spark.components.PopUpPosition
?\226?\128?\162 Rename EXACT -> TOP_LEFT (topLeft)
spark.core.SpriteVisualElement
?\226?\128?\162 Rename layer -> depth
?\226?\128?\162 Remove computeMatrix
spark.primitives.BitmapImage
?\226?\128?\162 Change NORMALUINT from protected -> private
?\226?\128?\162 Change REPEATUINT from protected -> private
?\226?\128?\162 Change SCALEUINT from protected -> private
?\226?\128?\162 Change resizeModeToUINT from protected -> private
?\226?\128?\162 Rename drawElement -> draw
spark.primitives.Line
?\226?\128?\162 Rename skipMeasure -> canSkipMeasurement
?\226?\128?\162 Rename drawElement -> draw
spark.primitives.Path
?\226?\128?\162 Change graphicsPath fro protected -> mx_internal
?\226?\128?\162 Rename skipMeasure -> canSkipMeasurement
?\226?\128?\162 Rename drawElement -> draw
?\226?\128?\162 Rename renderGraphicsAtScale -> generateGraphicsPath
?\226?\128?\162 Change generateGraphicsPath from protected -> mx_internal
?\226?\128?\162 Rename notifyElementLayerChanged -> invalidateDisplayObjectSharing
spark.primitives.Rect
?\226?\128?\162 Rename drawElement -> draw
spark.primitives.supportClasses.GraphicElement
?\226?\128?\162 Rename layer -> depth
?\226?\128?\162 Rename offsets -> postLayoutTransformOffsets
?\226?\128?\162 Rename getBitmapData -> captureBitmapData
?\226?\128?\162 Rename notifyElementLayerChanged -> invalidateDisplayObjectSharing
?\226?\128?\162 Rename skipMeasure -> canSkipMeasurement
?\226?\128?\162 Add protected hasComplexLayoutMatrix:Boolean getter
?\226?\128?\162 Remove target
?\226?\128?\162 Remove computeMatrix
?\226?\128?\162 Change DEFAULT_MAX_WIDTH from public -> private
?\226?\128?\162 Change DEFAULT_MAX_HEIGHT from public -> private
?\226?\128?\162 Change DEFAULT_MIN_WIDTH from public -> private
?\226?\128?\162 Change DEFAULT_MIN_HEIGHT from public -> private
?\226?\128?\162 Change allocateLayoutFeatures from protected -> mx_internal
?\226?\128?\162 Change invalidateTransform from protected -> private
?\226?\128?\162 Change captureBitmapData from public -> mx_internal
?\226?\128?\162 Change applyMaskType from protected -> mx_internal
?\226?\128?\162 Change dispatchPropertyChangeEvent from protected -> private
?\226?\128?\162 Change applyComputedTransform from protected -> mx_internal
?\226?\128?\162 Change filterChangedHandler from protected -> private
spark.supportClasses.StrokedElement
?\226?\128?\162 Rename drawElement -> draw
?\226?\128?\162 Remove getStroke()
?\226?\128?\162 Add getStrokeExtents() override
QE Notes: None
Doc Notes: None
Bugs: N/A
Reviewer: Glenn
Modified Paths:
**************
flex/sdk/trunk/frameworks/projects/flash-integration/src/mx/flash/UIM ovieClip.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/ButtonB ar.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/DataGro up.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/Group.a s
flex/sdk/trunk/frameworks/projects/flex4/src/spark/components/support Classes/GroupBase.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/core/SpriteVisualE lement.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/AnimateTra nsform.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/AnimateTra nsitionShader.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/effects/supportCla sses/AnimateTransitionShaderInstance.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/BitmapI mage.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/Ellipse .as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/Line.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/Path.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/Rect.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/support Classes/FilledElement.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/support Classes/GraphicElement.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/support Classes/StrokedElement.as
flex/sdk/trunk/frameworks/projects/flex4/src/spark/primitives/support Classes/TextGraphicElement.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/core/AdvancedLayo utFeatures.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/core/IVisualEleme nt.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/core/UIComponent. as
flex/sdk/trunk/frameworks/projects/framework/src/mx/geom/TransformOff sets.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/BitmapFi ll.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/Gradient Base.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/Gradient Stroke.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/IFill.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/IStroke. as
flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/LinearGr adient.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/LinearGr adientStroke.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/RadialGr adient.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/RadialGr adientStroke.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/SolidCol or.as
flex/sdk/trunk/frameworks/projects/framework/src/mx/graphics/SolidCol orStroke.as
-
Like (0)
