public class PlotBox.MoveMotionListener extends java.lang.Object implements java.awt.event.MouseMotionListener
| Constructor and Description |
|---|
MoveMotionListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
mouseDragged(java.awt.event.MouseEvent event)
If the mouse is dragged after clicking the third
button, then shift what is displayed.
|
void |
mouseMoved(java.awt.event.MouseEvent event)
Ignored.
|
public MoveMotionListener()
public void mouseDragged(java.awt.event.MouseEvent event)
mouseDragged in interface java.awt.event.MouseMotionListenerevent - Ignored.public void mouseMoved(java.awt.event.MouseEvent event)
mouseMoved in interface java.awt.event.MouseMotionListenerevent - Ignored.