API Documentation for: 0.8.2
Show:

MasterFilter Class

Defined in: MasterFilter:41
Module: EaselJS

Constructor

MasterFilter

()

Defined in MasterFilter:41

Item Index

Methods

Properties

Methods

getFilterBounds

(
  • target
  • [output=null]
)
Rectangle

Defined in getFilterBounds:105

Returns the bounds that surround all applied filters.

Parameters:

  • target DisplayObject

    aaa.

  • [output=null] Rectangle optional

    Optional parameter, if provided then calculated bounds will be applied to that object.

Returns:

Rectangle:

a string representation of the instance.

initialize

() deprecated protected

Defined in initialize:66

REMOVED. Removed in favor of using MySuperClass_constructor. See extend and promote for details.

There is an inheritance tutorial distributed with EaselJS in /tutorials/Inheritance.

toString

() String

Defined in toString:134

Returns a string representation of this object.

Returns:

String:

a string representation of the instance.

Properties

refCtx

CanvasRenderingContext

Defined in refCtx:46

The context these filters are being used from. Necessary for re-using the same context in webGL scenarios, also used as a key for the multi-singleton approach.

Default: null

refCtx

CanvasRenderingContext

Defined in refCtx:55

The context these filters are being used from. Necessary for re-using the same context in webGL scenarios, also used as a key for the multi-singleton approach.

Default: null