public interface Chart3DMouseListener extends java.util.EventListener
Chart3DMouseEvent notifications from a Chart3DPanel.Chart3DPanel.addChartMouseListener(com.orsoncharts.interaction.Chart3DMouseListener)| Modifier and Type | Method and Description |
|---|---|
void |
chartMouseClicked(Chart3DMouseEvent event)
Callback method for receiving notification of a mouse click on a chart.
|
void |
chartMouseMoved(Chart3DMouseEvent event)
Callback method for receiving notification of a mouse movement on a
chart.
|
void chartMouseClicked(Chart3DMouseEvent event)
event - information about the event.void chartMouseMoved(Chart3DMouseEvent event)
event - information about the event.