IFeathersDisplayObject
public interface
feathers.core.IFeathersDisplayObject
Description
Public properties and functions from loom2d.display.DisplayObject
in helpful interface form.
Never cast an object to this type. Cast to DisplayObject
instead. This interface exists only to support easier code hinting.
See also:
loom2d.display.DisplayObject
API overview
Constructor
Attributes
Public attributes
Functions
Public functions
| dispose (): Void |
See also: |
| getBounds ( targetSpace: DisplayObject , resultRect: Rectangle = null ): Rectangle |
See also: |
| getTransformationMatrix ( targetSpace: DisplayObject , resultMatrix: Matrix = null ): Matrix |
See also: |
| globalToLocal ( globalPoint: Point ): Point | |
| hitTest ( localPoint: Point , forTouch: Boolean = false ): DisplayObject |
See also: |
| localToGlobal ( localPoint: Point ): Point | |
| removeFromParent ( dispose: Boolean = false ): Void | |
| render (): Void |
See also: |
Constructor
IFeathersDisplayObject ()
Attributes
Functions
addEventListener
(
type: String
,
listener: Function
): Void
Inherited from IFeathersEventDispatcher
See also:
loom2d.events.EventDispatcher#addEventListener()
Parameters
| type: String | |
| listener: Function |
dispatchEvent
(
event: Event
): Void
Inherited from IFeathersEventDispatcher
See also:
loom2d.events.EventDispatcher#dispatchEvent()
Parameters
| event: Event |
dispatchEventWith
(
type: String
,
bubbles: Boolean
= false
,
data: Object
= null
): Void
Inherited from IFeathersEventDispatcher
See also:
loom2d.events.EventDispatcher#dispatchEventWith()
Parameters
| type: String | |
| bubbles: Boolean = false | |
| data: Object = null |
getBounds ( targetSpace: DisplayObject , resultRect: Rectangle = null ): Rectangle
See also:
loom2d.display.DisplayObject#getBounds()
Parameters
| targetSpace: DisplayObject | |
| resultRect: Rectangle = null |
getTransformationMatrix ( targetSpace: DisplayObject , resultMatrix: Matrix = null ): Matrix
See also:
loom2d.display.DisplayObject#getTransformationMatrix()
Parameters
| targetSpace: DisplayObject | |
| resultMatrix: Matrix = null |
globalToLocal ( globalPoint: Point ): Point
See also:
loom2d.display.DisplayObject#globalToLocal()
Parameters
| globalPoint: Point |
hasEventListener
(
type: String
): Boolean
Inherited from IFeathersEventDispatcher
See also:
loom2d.events.EventDispatcher#hasEventListener()
Parameters
| type: String |
hitTest ( localPoint: Point , forTouch: Boolean = false ): DisplayObject
See also:
loom2d.display.DisplayObject#hitTest()
Parameters
| localPoint: Point | |
| forTouch: Boolean = false |
localToGlobal ( localPoint: Point ): Point
See also:
loom2d.display.DisplayObject#localToGlobal()
Parameters
| localPoint: Point |
removeEventListener
(
type: String
,
listener: Function
): Void
Inherited from IFeathersEventDispatcher
See also:
loom2d.events.EventDispatcher#removeEventListener()
Parameters
| type: String | |
| listener: Function |
removeEventListeners
(
type: String
= null
): Void
Inherited from IFeathersEventDispatcher
See also:
loom2d.events.EventDispatcher#removeEventListeners()
Parameters
| type: String = null |
removeFromParent ( dispose: Boolean = false ): Void
See also:
loom2d.display.DisplayObject#removeFromParent()
Parameters
| dispose: Boolean = false |