public class MotionMouseListener
extends java.lang.Object
implements org.jfree.chart.ChartMouseListener
| Constructor and Description |
|---|
MotionMouseListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
chartMouseClicked(org.jfree.chart.ChartMouseEvent event)
Callback method for receiving notification of a mouse click on a chart.
|
void |
chartMouseMoved(org.jfree.chart.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,
org.jfree.chart.entity.XYItemEntity item,
org.jfree.chart.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,
org.jfree.chart.ChartMouseEvent event) |
public void chartMouseClicked(org.jfree.chart.ChartMouseEvent event)
chartMouseClicked in interface org.jfree.chart.ChartMouseListenerevent - information about the event.protected java.awt.Point getDialogLocation(javax.swing.JDialog dialog,
java.awt.Component c)
protected javax.swing.JPanel getItemPanel(javax.swing.JDialog dialog,
org.jfree.chart.entity.XYItemEntity item,
org.jfree.chart.ChartMouseEvent event)
protected javax.swing.JPanel getSeriesPanel(javax.swing.JDialog dialog,
org.jfree.chart.ChartMouseEvent event)
protected javax.swing.JPanel getPanel(javax.swing.JDialog dialog,
javax.swing.table.DefaultTableModel tModel,
java.util.ArrayList<java.lang.String> rowIdentifiers)
public void chartMouseMoved(org.jfree.chart.ChartMouseEvent event)
chartMouseMoved in interface org.jfree.chart.ChartMouseListenerevent - information about the event.