| 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):voidalpha: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):voidblendMode: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):voidcacheAsBitmap: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):voidfilters: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):voidheight: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):voidloaderInfo:LoaderInfo [read-only]
| Language Version : | ActionScript 3.0 |
| Runtime Versions : | Flash Player 9, AIR 1.1 |
Implementation public function get loaderInfo():LoaderInfomask: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):voidmeasuredHeight: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():NumbermeasuredWidth: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():NumbermouseX:Number [read-only]
| Language Version : | ActionScript 3.0 |
| Runtime Versions : | Flash Player 9, AIR 1.1 |
Implementation public function get mouseX():NumbermouseY:Number [read-only]
| Language Version : | ActionScript 3.0 |
| Runtime Versions : | Flash Player 9, AIR 1.1 |
Implementation public function get mouseY():Numbername: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):voidopaqueBackground: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):voidparent:DisplayObjectContainer [read-only]
| Language Version : | ActionScript 3.0 |
| Runtime Versions : | Flash Player 9, AIR 1.1 |
Implementation public function get parent():DisplayObjectContainerroot:DisplayObject [read-only]
| Language Version : | ActionScript 3.0 |
| Runtime Versions : | Flash Player 9, AIR 1.1 |
Implementation public function get root():DisplayObjectrotation: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):voidscale9Grid: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):voidscaleX: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):voidscaleY: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):voidscrollRect: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):voidstage:Stage [read-only]
| Language Version : | ActionScript 3.0 |
| Runtime Versions : | Flash Player 9, AIR 1.1 |
Implementation public function get stage():Stagetransform: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):voidvisible: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):voidwidth: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):voidx: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):voidy: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 Dec 24 2012, 01:18 PM +11:00