Class SuperZoomPanTool

  • All Implemented Interfaces:
    CursorTool, MouseListener, MouseMotionListener, MouseWheelListener, EventListener

    public class SuperZoomPanTool
    extends DragTool
    implements MouseWheelListener
    This tool have the following functions: - zoom in/out with left/right mouse click - pan with mouse drag - zoom in/out with mousewheel and then left click for zoom or right click for cancel In wheelMode you can see the new area after zooming. Also known as "Area of interest".
    Author:
    Matthias Scholz <ms@jammerhund.de>