DrawerManager
You can directly use an instance of this class.
drawerManager
Constructor Summary
Public Constructor | ||
public |
|
Member Summary
Public Members | ||
public |
currentStage: * |
Method Summary
Public Methods | ||
public |
addAction(action: *) |
|
public |
addAggregator(aggregator: *) |
|
public |
|
|
public |
draw(object: *) |
|
public |
getStages(): * |
|
public |
removeAction(action: *) |
Private Methods | ||
private |
|
|
private |
_getCurrentStage(): * |
Public Constructors
public constructor() source
Public Members
public currentStage: * source
Public Methods
public addAction(action: *) source
Params:
Name | Type | Attribute | Description |
action | * |
public addAggregator(aggregator: *) source
Params:
Name | Type | Attribute | Description |
aggregator | * |
public batchDraw() source
public draw(object: *) source
Params:
Name | Type | Attribute | Description |
object | * |
public removeAction(action: *) source
Params:
Name | Type | Attribute | Description |
action | * |