|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object | +--flatscape.tool.DeleteTool.DeleteManipulator
Manipulator for delete tool.
| Constructor Summary | |
DeleteTool.DeleteManipulator()
|
|
| Method Summary | |
Command |
click(java.lang.Object event)
Returns a RemoveUFCmd for the uform picked. |
Command |
effect(java.lang.Object event)
Returns a RemoveUFCmd for each uform picked. |
Command |
grasp(java.lang.Object event)
Saves the start coordinates and the picked UForm, and determines the initial status of picking, i.e. whether the user is PICKING a single or multiple objects (DRAGGING) |
Command |
manipulate(java.lang.Object event)
Draws the multiple selection region |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public DeleteTool.DeleteManipulator()
| 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 | |||||||||