Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
The IFlexDisplayObject interface defines the interface for skin elements.
At a minimum, a skin must be a DisplayObject and implement this interface.
accessibilityProperties:AccessibilityProperties
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Implementation public function get accessibilityProperties():AccessibilityProperties
public function set accessibilityProperties(value:AccessibilityProperties):void
alpha:Number
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Implementation public function get alpha():Number
public function set alpha(value:Number):void
blendMode:String
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Implementation public function get blendMode():String
public function set blendMode(value:String):void
cacheAsBitmap:Boolean
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Implementation public function get cacheAsBitmap():Boolean
public function set cacheAsBitmap(value:Boolean):void
filters:Array
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Implementation public function get filters():Array
public function set filters(value:Array):void
height:Number
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Implementation public function get height():Number
public function set height(value:Number):void
loaderInfo:LoaderInfo
[read-only]
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Implementation public function get loaderInfo():LoaderInfo
mask:DisplayObject
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Implementation public function get mask():DisplayObject
public function set mask(value:DisplayObject):void
measuredHeight:Number
[read-only]
Language Version : | ActionScript 3.0 |
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:Number
[read-only]
Language Version : | ActionScript 3.0 |
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:Number
[read-only]
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Implementation public function get mouseX():Number
mouseY:Number
[read-only]
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Implementation public function get mouseY():Number
name:String
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Implementation public function get name():String
public function set name(value:String):void
opaqueBackground:Object
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Implementation public function get opaqueBackground():Object
public function set opaqueBackground(value:Object):void
parent:DisplayObjectContainer
[read-only]
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Implementation public function get parent():DisplayObjectContainer
root:DisplayObject
[read-only]
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Implementation public function get root():DisplayObject
rotation:Number
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Implementation public function get rotation():Number
public function set rotation(value:Number):void
scale9Grid:Rectangle
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Implementation public function get scale9Grid():Rectangle
public function set scale9Grid(value:Rectangle):void
scaleX:Number
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Implementation public function get scaleX():Number
public function set scaleX(value:Number):void
scaleY:Number
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Implementation public function get scaleY():Number
public function set scaleY(value:Number):void
scrollRect:Rectangle
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Implementation public function get scrollRect():Rectangle
public function set scrollRect(value:Rectangle):void
stage:Stage
[read-only]
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Implementation public function get stage():Stage
transform:Transform
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Implementation public function get transform():Transform
public function set transform(value:Transform):void
visible:Boolean
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Implementation public function get visible():Boolean
public function set visible(value:Boolean):void
width:Number
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Implementation public function get width():Number
public function set width(value:Number):void
x:Number
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Implementation public function get x():Number
public function set x(value:Number):void
y:Number
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Implementation public function get y():Number
public function set y(value:Number):void
public function getBounds(targetCoordinateSpace:DisplayObject):Rectangle
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Parameters
| targetCoordinateSpace:DisplayObject |
Returns public function getRect(targetCoordinateSpace:DisplayObject):Rectangle
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Parameters
| targetCoordinateSpace:DisplayObject |
Returns public function globalToLocal(point:Point):Point
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Parameters
Returns public function hitTestObject(obj:DisplayObject):Boolean
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Parameters
Returns public function hitTestPoint(x:Number, y:Number, shapeFlag:Boolean = false):Boolean
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Parameters
| x:Number |
|
| y:Number |
|
| shapeFlag:Boolean (default = false )
|
Returns public function localToGlobal(point:Point):Point
Language Version : | ActionScript 3.0 |
Runtime Versions : | Flash Player 9, AIR 1.1 |
Parameters
Returns public function move(x:Number, y:Number):void
Language Version : | ActionScript 3.0 |
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.
|
public function setActualSize(newWidth:Number, newHeight:Number):void
Language Version : | ActionScript 3.0 |
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.
|
Mon Jul 9 2012, 07:18 PM -04:00