Class MoveWithMiddleButtonBehavior
java.lang.Object
org.gvsig.fmap.mapcontrol.tools.Behavior.Behavior
org.gvsig.fmap.mapcontrol.tools.Behavior.MoveBehavior
org.gvsig.fmap.mapcontrol.tools.Behavior.MoveWithMiddleButtonBehavior
- All Implemented Interfaces:
IBehavior
- Author:
- fdiaz
-
Field Summary
Fields inherited from class org.gvsig.fmap.mapcontrol.tools.Behavior.MoveBehavior
m_FirstPoint, m_LastPointFields inherited from class org.gvsig.fmap.mapcontrol.tools.Behavior.Behavior
BUTTON_LEFT, BUTTON_MIDDLE, BUTTON_RIGHT, geomManager, LOG, LOGGER -
Constructor Summary
ConstructorsConstructorDescriptionCreates a new behavior for moving the mouse. -
Method Summary
Methods inherited from class org.gvsig.fmap.mapcontrol.tools.Behavior.MoveBehavior
doMouseReleased, getListener, mouseDragged, mousePressed, mouseReleased, paintComponent, setListenerMethods inherited from class org.gvsig.fmap.mapcontrol.tools.Behavior.Behavior
clean, createArc, createArc, createArc, createCircle, createEllipse, createPoint, createPoint, getImageCursor, getMapControl, getUseSnapping, isMyButton, isMyButton, mouseClicked, mouseEntered, mouseExited, mouseMoved, mouseWheelMoved, paintComponent, resetMyButton, setMapControl, setUseSnapping
-
Constructor Details
-
MoveWithMiddleButtonBehavior
Creates a new behavior for moving the mouse.
- Parameters:
pli- listener used to permit this object to work with the associatedMapControl
-