flash.display.DisplayObject
type
class
extends
flash.events.EventDispatcher
implements
IBitmapDrawable
subclasses
flash.display.AVM1Movie
,
flash.display.Bitmap
,
flash.display.InteractiveObject
,
flash.display.MorphShape
,
flash.display.Shape
,
flash.media.Video
,
flash.text.StaticText
available in
flash
Instance Variables
hide inherited
show inherited
accessibilityProperties
:
flash.accessibility.AccessibilityProperties
alpha
:
Float
blendMode
:
BlendMode
blendShader
(null,default) :
Shader
metadata
:require
flash10
cacheAsBitmap
:
Bool
filters
:
Array
<
flash.filters.BitmapFilter
>
height
:
Float
loaderInfo
(default,null) :
LoaderInfo
mask
:
DisplayObject
mouseX
(default,null) :
Float
mouseY
(default,null) :
Float
name
:
String
opaqueBackground
:
Null
<
UInt
>
parent
(default,null) :
DisplayObjectContainer
root
(default,null) :
DisplayObject
rotation
:
Float
rotationX
:
Float
metadata
:require
flash10
rotationY
:
Float
metadata
:require
flash10
rotationZ
:
Float
metadata
:require
flash10
scale9Grid
:
flash.geom.Rectangle
scaleX
:
Float
scaleY
:
Float
scaleZ
:
Float
metadata
:require
flash10
scrollRect
:
flash.geom.Rectangle
stage
(default,null) :
Stage
transform
:
flash.geom.Transform
visible
:
Bool
width
:
Float
x
:
Float
y
:
Float
z
:
Float
metadata
:require
flash10
Instance Methods
hide inherited
show inherited
addEventListener
(type :
String
, listener :
Dynamic
->
Void
, ?useCapture :
Bool
, ?priority :
Int
, ?useWeakReference :
Bool
) :
Void
inherited from
flash.events.EventDispatcher
dispatchEvent
(event :
Event
) :
Bool
inherited from
flash.events.EventDispatcher
getBounds
(targetCoordinateSpace :
DisplayObject
) :
flash.geom.Rectangle
getRect
(targetCoordinateSpace :
DisplayObject
) :
flash.geom.Rectangle
globalToLocal
(point :
flash.geom.Point
) :
flash.geom.Point
globalToLocal3D
(point :
flash.geom.Point
) :
flash.geom.Vector3D
metadata
:require
flash10
hasEventListener
(type :
String
) :
Bool
inherited from
flash.events.EventDispatcher
hitTestObject
(obj :
DisplayObject
) :
Bool
hitTestPoint
(x :
Float
, y :
Float
, ?shapeFlag :
Bool
) :
Bool
local3DToGlobal
(point3d :
flash.geom.Vector3D
) :
flash.geom.Point
metadata
:require
flash10
localToGlobal
(point :
flash.geom.Point
) :
flash.geom.Point
removeEventListener
(type :
String
, listener :
Dynamic
->
Void
, ?useCapture :
Bool
) :
Void
inherited from
flash.events.EventDispatcher
toString
() :
String
inherited from
flash.events.EventDispatcher
willTrigger
(type :
String
) :
Bool
inherited from
flash.events.EventDispatcher