public class GraphComponentMouseMotionListener
extends java.lang.Object
implements java.awt.event.MouseMotionListener
Constructor and Description |
---|
GraphComponentMouseMotionListener(BasicGraphEditor modelEditor) |
Modifier and Type | Method and Description |
---|---|
void |
mouseDragged(java.awt.event.MouseEvent e) |
protected void |
mouseLocationChanged(java.awt.event.MouseEvent e) |
void |
mouseMoved(java.awt.event.MouseEvent e) |
public GraphComponentMouseMotionListener(BasicGraphEditor modelEditor)
public void mouseDragged(java.awt.event.MouseEvent e)
mouseDragged
in interface java.awt.event.MouseMotionListener
public void mouseMoved(java.awt.event.MouseEvent e)
mouseMoved
in interface java.awt.event.MouseMotionListener
protected void mouseLocationChanged(java.awt.event.MouseEvent e)