|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--manifold.base.ManipulatorAdaptor
Convenience Adaptor for creating Manipulators.
Copyright (c) 2000 Rutgers, The State University of New Jersey
| Constructor Summary | |
ManipulatorAdaptor()
|
|
| Method Summary | |
Command |
click(java.lang.Object event)
Click event to the manipulator. |
Command |
effect(java.lang.Object event)
Finalizes the manipulation. |
Command |
grasp(java.lang.Object event)
Begins the manipulation by grasping the event's source uform. |
Command |
manipulate(java.lang.Object event)
Manipulates the source uform. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ManipulatorAdaptor()
| Method Detail |
public Command grasp(java.lang.Object event)
grasp in interface Manipulatorevent - event object encapsulation the information received from the input device
public Command manipulate(java.lang.Object event)
manipulate in interface Manipulatorevent - event object encapsulation the information received from the input device
public Command effect(java.lang.Object event)
effect in interface Manipulatorevent - event object encapsulation the information received from the input device
public Command click(java.lang.Object event)
click in interface Manipulatorevent - event object encapsulation the information received from the input device
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||