|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface PanListener
Interface for all tools that reply for a MoveEvent produced in the
associated MapControl object, as a consequence of a 2D drag and drop
movement of the mouse.
| Method Summary | |
|---|---|
void |
move(MoveEvent event)
Called when user drags the mouse on the view. |
| Methods inherited from interface org.gvsig.fmap.mapcontrol.tools.Listeners.ToolListener |
|---|
cancelDrawing, getImageCursor |
| Method Detail |
|---|
void move(MoveEvent event)
throws BehaviorException
Called when user drags the mouse on the view.
Updates the extent coordinates according to the direction of the movement between the initial and final points of line determined by the move of the mouse.
event - mouse event information about the initial and final positions of the movement
BehaviorException - will be thrown when fails the process of this tool
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||