Class: ClipBase

Glodon.CIMCube.Utils. ClipBase

裁剪基类

new ClipBase()

裁剪基类构造函数

Methods


dispose()

销毁裁剪基类

off(type, listener)

移除事件监听
Parameters:
Name Type Description
type String 事件类型
listener function 事件处理函数

on(type, listener, thisArg)

添加事件监听
Parameters:
Name Type Description
type String 事件类型
listener function 事件处理函数
thisArg Object 事件处理函数的this对象
Returns:
事件监听器
Type
Object