edu.ucla.stat.SOCR.touchgraph.graphlayout.interaction
Class TGAbstractMouseMotionUI

java.lang.Object
  extended by edu.ucla.stat.SOCR.touchgraph.graphlayout.interaction.TGUserInterface
      extended by edu.ucla.stat.SOCR.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.22-jre1.1 $Id: TGAbstractMouseMotionUI.java,v 1.1 2010/01/20 20:38:32 jiecui Exp $
Author:
Alexander Shapiro

Constructor Summary
TGAbstractMouseMotionUI(TGPanel tgp)
          Constructor with TGPanel tgp.
 
Method Summary
 void activate()
           
 void deactivate()
           
abstract  void mouseDragged(java.awt.event.MouseEvent e)
           
abstract  void mouseMoved(java.awt.event.MouseEvent e)
           
 
Methods inherited from class edu.ucla.stat.SOCR.touchgraph.graphlayout.interaction.TGUserInterface
activate, isActive
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TGAbstractMouseMotionUI

public TGAbstractMouseMotionUI(TGPanel tgp)
Constructor with TGPanel tgp.

Method Detail

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(java.awt.event.MouseEvent e)

mouseDragged

public abstract void mouseDragged(java.awt.event.MouseEvent e)