Implementation public function get accessibilityProperties():AccessibilityProperties public function set accessibilityProperties(value:AccessibilityProperties):void
alpha
property
alpha:Number
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Implementation public function get alpha():Number public function set alpha(value:Number):void
blendMode
property
blendMode:String
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Implementation public function get blendMode():String public function set blendMode(value:String):void
cacheAsBitmap
property
cacheAsBitmap:Boolean
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Implementation public function get cacheAsBitmap():Boolean public function set cacheAsBitmap(value:Boolean):void
filters
property
filters:Array
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Implementation public function get filters():Array public function set filters(value:Array):void
height
property
height:Number
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Implementation public function get height():Number public function set height(value:Number):void
loaderInfo
property
loaderInfo:LoaderInfo [read-only]
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Implementation public function get loaderInfo():LoaderInfo
mask
property
mask:DisplayObject
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Implementation public function get mask():DisplayObject public function set mask(value:DisplayObject):void
measuredHeight
property
measuredHeight:Number [read-only]
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
The measured height of this object.
This is typically hard-coded for graphical skins
because this number is simply the number of pixels in the graphic.
For code skins, it can also be hard-coded
if you expect to be drawn at a certain size.
If your size can change based on properties, you may want
to also be an ILayoutManagerClient so a measure()
method will be called at an appropriate time,
giving you an opportunity to compute a measuredHeight.
Implementation public function get measuredHeight():Number
measuredWidth
property
measuredWidth:Number [read-only]
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
The measured width of this object.
This is typically hard-coded for graphical skins
because this number is simply the number of pixels in the graphic.
For code skins, it can also be hard-coded
if you expect to be drawn at a certain size.
If your size can change based on properties, you may want
to also be an ILayoutManagerClient so a measure()
method will be called at an appropriate time,
giving you an opportunity to compute a measuredHeight.
Implementation public function get measuredWidth():Number
mouseX
property
mouseX:Number [read-only]
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Implementation public function get mouseX():Number
mouseY
property
mouseY:Number [read-only]
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Implementation public function get mouseY():Number
name
property
name:String
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Implementation public function get name():String public function set name(value:String):void
opaqueBackground
property
opaqueBackground:Object
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Implementation public function get opaqueBackground():Object public function set opaqueBackground(value:Object):void
parent
property
parent:DisplayObjectContainer [read-only]
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Implementation public function get parent():DisplayObjectContainer
root
property
root:DisplayObject [read-only]
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Implementation public function get root():DisplayObject
rotation
property
rotation:Number
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Implementation public function get rotation():Number public function set rotation(value:Number):void
scale9Grid
property
scale9Grid:Rectangle
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Implementation public function get scale9Grid():Rectangle public function set scale9Grid(value:Rectangle):void
scaleX
property
scaleX:Number
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Implementation public function get scaleX():Number public function set scaleX(value:Number):void
scaleY
property
scaleY:Number
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Implementation public function get scaleY():Number public function set scaleY(value:Number):void
scrollRect
property
scrollRect:Rectangle
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Implementation public function get scrollRect():Rectangle public function set scrollRect(value:Rectangle):void
stage
property
stage:Stage [read-only]
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Implementation public function get stage():Stage
transform
property
transform:Transform
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Implementation public function get transform():Transform public function set transform(value:Transform):void
visible
property
visible:Boolean
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Implementation public function get visible():Boolean public function set visible(value:Boolean):void
width
property
width:Number
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Implementation public function get width():Number public function set width(value:Number):void
x
property
x:Number
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Implementation public function get x():Number public function set x(value:Number):void
y
property
y:Number
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Implementation public function get y():Number public function set y(value:Number):void
Method Detail
getBounds
()
method
public function getBounds(targetCoordinateSpace:DisplayObject):Rectangle
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Parameters
targetCoordinateSpace:DisplayObject
Returns
Rectangle
getRect
()
method
public function getRect(targetCoordinateSpace:DisplayObject):Rectangle
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Parameters
targetCoordinateSpace:DisplayObject
Returns
Rectangle
globalToLocal
()
method
public function globalToLocal(point:Point):Point
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Parameters
point:Point
Returns
Point
hitTestObject
()
method
public function hitTestObject(obj:DisplayObject):Boolean
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Parameters
obj:DisplayObject
Returns
Boolean
hitTestPoint
()
method
public function hitTestPoint(x:Number, y:Number, shapeFlag:Boolean = false):Boolean
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Parameters
x:Number
y:Number
shapeFlag:Boolean (default = false)
Returns
Boolean
localToGlobal
()
method
public function localToGlobal(point:Point):Point
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Parameters
point:Point
Returns
Point
move
()
method
public function move(x:Number, y:Number):void
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Moves this object to the specified x and y coordinates.
Parameters
x:Number — The new x-position for this object.
y:Number — The new y-position for this object.
setActualSize
()
method
public function setActualSize(newWidth:Number, newHeight:Number):void
Language Version :
ActionScript 3.0
Product Version :
Flex 3
Runtime Versions :
Flash Player 9, AIR 1.1
Sets the actual size of this object.
This method is mainly for use in implementing the
updateDisplayList() method, which is where
you compute this object's actual size based on
its explicit size, parent-relative (percent) size,
and measured size.
You then apply this actual size to the object
by calling setActualSize().
In other situations, you should be setting properties
such as width, height,
percentWidth, or percentHeight
rather than calling this method.
Parameters
newWidth:Number — The new width for this object.
newHeight:Number — The new height for this object.