org.knime.base.node.viz.plotter
Class PlotterMouseListener

java.lang.Object
  extended by java.awt.event.MouseAdapter
      extended by org.knime.base.node.viz.plotter.PlotterMouseListener
All Implemented Interfaces:
MouseListener, MouseMotionListener, MouseWheelListener, EventListener
Direct Known Subclasses:
AbstractPlotter.MovingMouseListener, AbstractPlotter.SelectionMouseListener, AbstractPlotter.ZoomMouseListener, ParallelCoordinatesPlotter.TransformationMouseListener, ScatterMatrixPlotter.TransformationMouseListener

public class PlotterMouseListener
extends MouseAdapter
implements MouseMotionListener

A mouse listener for the plotter mouse mode selection box. In addition to the mouse listener and mouse motion listener methods an appropriate cursor should be returned.

Author:
Fabian Dill, University of Konstanz

Constructor Summary
PlotterMouseListener()
           
 
Method Summary
 Cursor getCursor()
           
 void mouseDragged(MouseEvent e)
          
 void mouseMoved(MouseEvent e)
          
 
Methods inherited from class java.awt.event.MouseAdapter
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleased, mouseWheelMoved
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlotterMouseListener

public PlotterMouseListener()
Method Detail

mouseDragged

public void mouseDragged(MouseEvent e)

Specified by:
mouseDragged in interface MouseMotionListener
Overrides:
mouseDragged in class MouseAdapter

mouseMoved

public void mouseMoved(MouseEvent e)

Specified by:
mouseMoved in interface MouseMotionListener
Overrides:
mouseMoved in class MouseAdapter

getCursor

public Cursor getCursor()
Returns:
the default cursor for this mouse listener.


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.