|
MoreMotion Face API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Object | +--AnimatedButtonManager
Manager class that provides static methods to manage the AnimatedButton objects. A static object of this class
is avaialable with name ABMgr
.
var ABMgr = new AnimatedButtonManager();
Field Summary | |
Object |
current
|
Constructor Summary | |
AnimatedButtonManager()
|
Method Summary | |
Object
|
getButton(node)
|
void
|
mouseDown(node)
Informs the specified AnimatedButton about a mousedown event |
void
|
mouseOut(node)
Informs the specified AnimatedButton about a mouseout event |
void
|
mouseOver(node)
Informs the specified AnimatedButton about a mouseover event |
void
|
mouseUp(node)
Informs the specified AnimatedButton about a mouseup event |
Field Detail |
Object current
Constructor Detail |
AnimatedButtonManager()
Method Detail |
Object getButton(node)
void mouseDown(node)
node
- The DOM Node of the AnimatedButton object
void mouseOut(node)
node
- The DOM Node of the AnimatedButton object
void mouseOver(node)
node
- The DOM Node of the AnimatedButton object
void mouseUp(node)
node
- The DOM Node of the AnimatedButton object
|
MoreMotion Face API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |