edu.ucla.stat.SOCR.motionchart
Class MotionMouseListener

java.lang.Object
  extended by edu.ucla.stat.SOCR.motionchart.MotionMouseListener

public class MotionMouseListener
extends java.lang.Object

Package: edu.ucla.stat.SOCR.motionchart Date: Dec 20, 2008 Time: 7:31:25 PM

Author:
Jameel

Constructor Summary
MotionMouseListener()
           
 
Method Summary
 void chartMouseClicked(ChartMouseEvent event)
          Callback method for receiving notification of a mouse click on a chart.
 void chartMouseMoved(ChartMouseEvent event)
          Callback method for receiving notification of a mouse movement on a chart.
protected  java.awt.Point getDialogLocation(javax.swing.JDialog dialog, java.awt.Component c)
           
protected  javax.swing.JPanel getItemPanel(javax.swing.JDialog dialog, XYItemEntity item, ChartMouseEvent event)
           
protected  javax.swing.JPanel getPanel(javax.swing.JDialog dialog, javax.swing.table.DefaultTableModel tModel, java.util.ArrayList<java.lang.String> rowIdentifiers)
           
protected  javax.swing.JPanel getSeriesPanel(javax.swing.JDialog dialog, ChartMouseEvent event)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MotionMouseListener

public MotionMouseListener()
Method Detail

chartMouseClicked

public void chartMouseClicked(ChartMouseEvent event)
Callback method for receiving notification of a mouse click on a chart.

Parameters:
event - information about the event.

getDialogLocation

protected java.awt.Point getDialogLocation(javax.swing.JDialog dialog,
                                           java.awt.Component c)

getItemPanel

protected javax.swing.JPanel getItemPanel(javax.swing.JDialog dialog,
                                          XYItemEntity item,
                                          ChartMouseEvent event)

getSeriesPanel

protected javax.swing.JPanel getSeriesPanel(javax.swing.JDialog dialog,
                                            ChartMouseEvent event)

getPanel

protected javax.swing.JPanel getPanel(javax.swing.JDialog dialog,
                                      javax.swing.table.DefaultTableModel tModel,
                                      java.util.ArrayList<java.lang.String> rowIdentifiers)

chartMouseMoved

public void chartMouseMoved(ChartMouseEvent event)
Callback method for receiving notification of a mouse movement on a chart.

Parameters:
event - information about the event.