com.touchgraph.graphlayout.interaction
Class TGAbstractMouseMotionUI
java.lang.Object
com.touchgraph.graphlayout.interaction.TGUserInterface
com.touchgraph.graphlayout.interaction.TGAbstractMouseMotionUI
public abstract class TGAbstractMouseMotionUI
- extends TGUserInterface
TGAbstractMouseMotionUI allows one to write user interfaces that handle
what happends when a mouse is moved over the screen
- Version:
- 1.21 $Id: TGAbstractMouseMotionUI.java,v 3.0 2004/07/24 13:21:22 altheim Exp $
- Author:
- Alexander Shapiro
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TGAbstractMouseMotionUI
public TGAbstractMouseMotionUI(TGPanel tgp)
- Constructor with TGPanel tgp.
activate
public final void activate()
- Specified by:
activate in class TGUserInterface
deactivate
public final void deactivate()
- Overrides:
deactivate in class TGUserInterface
mouseMoved
public abstract void mouseMoved(MouseEvent e)
mouseDragged
public abstract void mouseDragged(MouseEvent e)
The Ceryle Project. Copyright ©2001-2007 Murray Altheim, All Rights Reserved. See LICENSE included with distribution.