Class PMarqueeZoomIn

java.lang.Object
org.piccolo2d.event.PBasicInputEventHandler
org.piccolo2d.event.PDragSequenceEventHandler
repast.simphony.gis.tools.AbstractMarqueeHandler
repast.simphony.gis.tools.PMarqueeZoomIn
All Implemented Interfaces:
EventListener, org.piccolo2d.event.PInputEventListener

public class PMarqueeZoomIn extends AbstractMarqueeHandler
  • Constructor Summary

    Constructors
    Constructor
    Description
    PMarqueeZoomIn(org.geotools.map.MapContent context)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected void
    execute(org.piccolo2d.event.PInputEvent ev, org.piccolo2d.util.PBounds rect)
     

    Methods inherited from class repast.simphony.gis.tools.AbstractMarqueeHandler

    mouseDragged, mousePressed, mouseReleased

    Methods inherited from class org.piccolo2d.event.PDragSequenceEventHandler

    drag, dragActivityFinalStep, dragActivityFirstStep, dragActivityStep, endDrag, getDragActivity, getMinDragStartDistance, getMousePressedCanvasPoint, isDragging, setIsDragging, setMinDragStartDistance, shouldStartDragInteraction, startDrag, startDragActivity, stopDragActivity

    Methods inherited from class org.piccolo2d.event.PBasicInputEventHandler

    acceptsEvent, getEventFilter, keyboardFocusGained, keyboardFocusLost, keyPressed, keyReleased, keyTyped, mouseClicked, mouseEntered, mouseExited, mouseMoved, mouseWheelRotated, mouseWheelRotatedByBlock, processEvent, setEventFilter

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • PMarqueeZoomIn

      public PMarqueeZoomIn(org.geotools.map.MapContent context)
  • Method Details

    • execute

      protected void execute(org.piccolo2d.event.PInputEvent ev, org.piccolo2d.util.PBounds rect)
      Specified by:
      execute in class AbstractMarqueeHandler