com.touchgraph.graphlayout.interaction
public abstract class TGAbstractMouseMotionUI extends TGUserInterface
Constructor and Description |
---|
TGAbstractMouseMotionUI(TGPanel tgp)
Constructor with TGPanel tgp.
|
Modifier and Type | Method and Description |
---|---|
void |
activate() |
void |
deactivate() |
abstract void |
mouseDragged(MouseEvent e) |
abstract void |
mouseMoved(MouseEvent e) |
activate, isActive
public TGAbstractMouseMotionUI(TGPanel tgp)
public final void activate()
activate
in class TGUserInterface
public final void deactivate()
deactivate
in class TGUserInterface
public abstract void mouseMoved(MouseEvent e)
public abstract void mouseDragged(MouseEvent e)