org.knime.base.node.viz.plotter
Class AbstractPlotter.MovingMouseListener
java.lang.Object
java.awt.event.MouseAdapter
org.knime.base.node.viz.plotter.PlotterMouseListener
org.knime.base.node.viz.plotter.AbstractPlotter.MovingMouseListener
- All Implemented Interfaces:
- MouseListener, MouseMotionListener, MouseWheelListener, EventListener
- Enclosing class:
- AbstractPlotter
public class AbstractPlotter.MovingMouseListener
- extends PlotterMouseListener
When the drawing pane is larger then the viewport for it, this mouse
listener realizes the possibility to drag the drawing pane inside the
viewport.
- Author:
- Fabian Dill, University of Konstanz
AbstractPlotter.MovingMouseListener
public AbstractPlotter.MovingMouseListener()
mousePressed
public void mousePressed(MouseEvent e)
-
- Specified by:
mousePressed
in interface MouseListener
- Overrides:
mousePressed
in class MouseAdapter
mouseReleased
public void mouseReleased(MouseEvent e)
-
- Specified by:
mouseReleased
in interface MouseListener
- Overrides:
mouseReleased
in class MouseAdapter
mouseDragged
public void mouseDragged(MouseEvent e)
-
- Specified by:
mouseDragged
in interface MouseMotionListener
- Overrides:
mouseDragged
in class PlotterMouseListener
getCursor
public Cursor getCursor()
-
- Overrides:
getCursor
in class PlotterMouseListener
- Returns:
- the default cursor for this mouse listener.
toString
public String toString()
-
- Overrides:
toString
in class Object
Copyright, 2003 - 2010. All rights reserved.
University of Konstanz, Germany.
Chair for Bioinformatics and Information Mining, Prof. Dr. Michael R. Berthold.
You may not modify, publish, transmit, transfer or sell, reproduce, create derivative works from, distribute, perform, display,
or in any way exploit any of the content, in whole or in part, except as otherwise expressly permitted in writing by the
copyright owner or as specified in the license file distributed with this product.