| Package | qnx.ui.display |
| Interface | public interface IDisplayObject |
DisplayObject class properties.
| Property | Defined By | ||
|---|---|---|---|
| alpha : Number
Gets or sets the alpha property of the object. | IDisplayObject | ||
| blendMode : String
Gets or sets the blendMode property of the object. | IDisplayObject | ||
| cacheAsBitmap : Boolean
Gets or sets the cacheAsBitmap property of the object. | IDisplayObject | ||
| filters : Array
Gets or sets the filters property of the object. | IDisplayObject | ||
| height : Number
Gets or sets the height property of the object. | IDisplayObject | ||
| loaderInfo : LoaderInfo [read-only]
Gets the loaderInfo property of the object. | IDisplayObject | ||
| mask : DisplayObject
Gets or sets the mask property of the object. | IDisplayObject | ||
| mouseX : Number [read-only]
Gets the mouseX property of the object. | IDisplayObject | ||
| mouseY : Number [read-only]
Gets the mouseY property of the object. | IDisplayObject | ||
| name : String
Gets or sets the name property of the object. | IDisplayObject | ||
| opaqueBackground : Object
Gets or sets the opaqueBackground property of the object. | IDisplayObject | ||
| rotation : Number
Gets or sets the rotation property of the object. | IDisplayObject | ||
| rotationX : Number
Gets or sets the rotationX property of the object. | IDisplayObject | ||
| rotationY : Number
Gets or sets the rotationY property of the object. | IDisplayObject | ||
| rotationZ : Number
Gets or sets the rotationZ property of the object. | IDisplayObject | ||
| scale9Grid : Rectangle
Gets or sets the scale9Grid property of the object. | IDisplayObject | ||
| scaleX : Number
Gets or sets the scaleX property of the object. | IDisplayObject | ||
| scaleY : Number
Gets or sets the scaleY property of the object. | IDisplayObject | ||
| scaleZ : Number
Gets or sets the scaleZ property of the object. | IDisplayObject | ||
| scrollRect : Rectangle
Gets or sets the scrollRect property of the object. | IDisplayObject | ||
| transform : Transform
Gets or sets the transform property of the object. | IDisplayObject | ||
| visible : Boolean
Gets or sets the visible property of the object. | IDisplayObject | ||
| width : Number
Gets or sets the width property of the object. | IDisplayObject | ||
| x : Number
Gets or sets the x property of the object. | IDisplayObject | ||
| y : Number
Gets or sets the y property of the object. | IDisplayObject | ||
| z : Number
Gets or sets the z property of the object. | IDisplayObject | ||
| alpha | property |
alpha:Number
Gets or sets the alpha property of the object.
public function get alpha():Number public function set alpha(value:Number):void| blendMode | property |
blendMode:String
Gets or sets the blendMode property of the object.
public function get blendMode():String public function set blendMode(value:String):void| cacheAsBitmap | property |
cacheAsBitmap:Boolean
Gets or sets the cacheAsBitmap property of the object.
public function get cacheAsBitmap():Boolean public function set cacheAsBitmap(value:Boolean):void| filters | property |
filters:Array
Gets or sets the filters property of the object.
public function get filters():Array public function set filters(value:Array):void| height | property |
height:Number
Gets or sets the height property of the object.
public function get height():Number public function set height(value:Number):void| loaderInfo | property |
loaderInfo:LoaderInfo [read-only]
Gets the loaderInfo property of the object.
public function get loaderInfo():LoaderInfo| mask | property |
mask:DisplayObject
Gets or sets the mask property of the object.
public function get mask():DisplayObject public function set mask(value:DisplayObject):void| mouseX | property |
mouseX:Number [read-only]
Gets the mouseX property of the object.
public function get mouseX():Number| mouseY | property |
mouseY:Number [read-only]
Gets the mouseY property of the object.
public function get mouseY():Number| name | property |
name:String
Gets or sets the name property of the object.
public function get name():String public function set name(value:String):void| opaqueBackground | property |
opaqueBackground:Object
Gets or sets the opaqueBackground property of the object.
public function get opaqueBackground():Object public function set opaqueBackground(value:Object):void| rotation | property |
rotation:Number
Gets or sets the rotation property of the object.
public function get rotation():Number public function set rotation(value:Number):void| rotationX | property |
rotationX:Number
Gets or sets the rotationX property of the object.
public function get rotationX():Number public function set rotationX(value:Number):void| rotationY | property |
rotationY:Number
Gets or sets the rotationY property of the object.
public function get rotationY():Number public function set rotationY(value:Number):void| rotationZ | property |
rotationZ:Number
Gets or sets the rotationZ property of the object.
public function get rotationZ():Number public function set rotationZ(value:Number):void| scale9Grid | property |
scale9Grid:Rectangle
Gets or sets the scale9Grid property of the object.
public function get scale9Grid():Rectangle public function set scale9Grid(value:Rectangle):void| scaleX | property |
scaleX:Number
Gets or sets the scaleX property of the object.
public function get scaleX():Number public function set scaleX(value:Number):void| scaleY | property |
scaleY:Number
Gets or sets the scaleY property of the object.
public function get scaleY():Number public function set scaleY(value:Number):void| scaleZ | property |
scaleZ:Number
Gets or sets the scaleZ property of the object.
public function get scaleZ():Number public function set scaleZ(value:Number):void| scrollRect | property |
scrollRect:Rectangle
Gets or sets the scrollRect property of the object.
public function get scrollRect():Rectangle public function set scrollRect(value:Rectangle):void| transform | property |
transform:Transform
Gets or sets the transform property of the object.
public function get transform():Transform public function set transform(value:Transform):void| visible | property |
visible:Boolean
Gets or sets the visible property of the object.
public function get visible():Boolean public function set visible(value:Boolean):void| width | property |
width:Number
Gets or sets the width property of the object.
public function get width():Number public function set width(value:Number):void| x | property |
x:Number
Gets or sets the x property of the object.
public function get x():Number public function set x(value:Number):void| y | property |
y:Number
Gets or sets the y property of the object.
public function get y():Number public function set y(value:Number):void| z | property |
z:Number
Gets or sets the z property of the object.
public function get z():Number public function set z(value:Number):void