IDisplayObject
Package | qnx.ui.display |
Interface | public interface IDisplayObject |
An interface that provides many of the
DisplayObject
class properties.
Class information: |
---|
PlayBook Tablet OS Version: 1.0.6 |
Public 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 |
Property Detail
alpha
alpha:Number |
Gets or sets the alpha
property of the object.
Implementation
public function get alpha():Number |
public function set alpha(value:Number):void |
blendMode
blendMode:String |
Gets or sets the blendMode
property of the object.
Implementation
public function get blendMode():String |
public function set blendMode(value:String):void |
cacheAsBitmap
cacheAsBitmap:Boolean |
Gets or sets the cacheAsBitmap
property of the object.
Implementation
public function get cacheAsBitmap():Boolean |
public function set cacheAsBitmap(value:Boolean):void |
filters
filters:Array |
Gets or sets the filters
property of the object.
Implementation
public function get filters():Array |
public function set filters(value:Array):void |
height
height:Number |
Gets or sets the height
property of the object.
Implementation
public function get height():Number |
public function set height(value:Number):void |
loaderInfo
loaderInfo:LoaderInfo [read-only] |
Gets the loaderInfo
property of the object.
Implementation
public function get loaderInfo():LoaderInfo |
mask
mask:DisplayObject |
Gets or sets the mask
property of the object.
Implementation
public function get mask():DisplayObject |
public function set mask(value:DisplayObject):void |
mouseX
mouseX:Number [read-only] |
Gets the mouseX
property of the object.
Implementation
public function get mouseX():Number |
mouseY
mouseY:Number [read-only] |
Gets the mouseY
property of the object.
Implementation
public function get mouseY():Number |
name
name:String |
Gets or sets the name
property of the object.
Implementation
public function get name():String |
public function set name(value:String):void |
opaqueBackground
opaqueBackground:Object |
Gets or sets the opaqueBackground
property of the object.
Implementation
public function get opaqueBackground():Object |
public function set opaqueBackground(value:Object):void |
rotation
rotation:Number |
Gets or sets the rotation
property of the object.
Implementation
public function get rotation():Number |
public function set rotation(value:Number):void |
rotationX
rotationX:Number |
Gets or sets the rotationX
property of the object.
Implementation
public function get rotationX():Number |
public function set rotationX(value:Number):void |
rotationY
rotationY:Number |
Gets or sets the rotationY
property of the object.
Implementation
public function get rotationY():Number |
public function set rotationY(value:Number):void |
rotationZ
rotationZ:Number |
Gets or sets the rotationZ
property of the object.
Implementation
public function get rotationZ():Number |
public function set rotationZ(value:Number):void |
scale9Grid
scale9Grid:Rectangle |
Gets or sets the scale9Grid
property of the object.
Implementation
public function get scale9Grid():Rectangle |
public function set scale9Grid(value:Rectangle):void |
scaleX
scaleX:Number |
Gets or sets the scaleX
property of the object.
Implementation
public function get scaleX():Number |
public function set scaleX(value:Number):void |
scaleY
scaleY:Number |
Gets or sets the scaleY
property of the object.
Implementation
public function get scaleY():Number |
public function set scaleY(value:Number):void |
scaleZ
scaleZ:Number |
Gets or sets the scaleZ
property of the object.
Implementation
public function get scaleZ():Number |
public function set scaleZ(value:Number):void |
scrollRect
scrollRect:Rectangle |
Gets or sets the scrollRect
property of the object.
Implementation
public function get scrollRect():Rectangle |
public function set scrollRect(value:Rectangle):void |
transform
transform:Transform |
Gets or sets the transform
property of the object.
Implementation
public function get transform():Transform |
public function set transform(value:Transform):void |
visible
visible:Boolean |
Gets or sets the visible
property of the object.
Implementation
public function get visible():Boolean |
public function set visible(value:Boolean):void |
width
width:Number |
Gets or sets the width
property of the object.
Implementation
public function get width():Number |
public function set width(value:Number):void |
x
x:Number |
Gets or sets the x
property of the object.
Implementation
public function get x():Number |
public function set x(value:Number):void |
y
y:Number |
Gets or sets the y
property of the object.
Implementation
public function get y():Number |
public function set y(value:Number):void |
z
z:Number |
Gets or sets the z
property of the object.
Implementation
public function get z():Number |
public function set z(value:Number):void |