org.keridwen.modelling.monitoring.visualizer
Class XYChartMouseListener

java.lang.Object
  extended by org.keridwen.modelling.monitoring.visualizer.XYChartMouseListener
All Implemented Interfaces:
MouseWheelListener, EventListener

public class XYChartMouseListener
extends Object
implements MouseWheelListener

This class is used to listen the mouse wheel in a xy plot.

Author:
Benjamin JEANTY-RUARD - Artenum

Constructor Summary
XYChartMouseListener(org.jfree.chart.ChartPanel chartPanel)
          Constructor of XYChartMouseListener
 
Method Summary
 void mouseWheelMoved(MouseWheelEvent e)
          Handles a mouse wheel event from the underlying chart panel.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

XYChartMouseListener

public XYChartMouseListener(org.jfree.chart.ChartPanel chartPanel)
Constructor of XYChartMouseListener

Parameters:
chartPanel - ChartPanel represented in a xy plot.
Method Detail

mouseWheelMoved

public void mouseWheelMoved(MouseWheelEvent e)
Handles a mouse wheel event from the underlying chart panel.

Specified by:
mouseWheelMoved in interface MouseWheelListener
Parameters:
e - the event.


Copyright © 2012-2013 Artenum. All Rights Reserved.