weka.gui.graphvisualizer
Class GraphVisualizer.GraphVisualizerMouseMotionListener

java.lang.Object
  extended byjava.awt.event.MouseMotionAdapter
      extended byweka.gui.graphvisualizer.GraphVisualizer.GraphVisualizerMouseMotionListener
All Implemented Interfaces:
java.util.EventListener, java.awt.event.MouseMotionListener
Enclosing class:
GraphVisualizer

private class GraphVisualizer.GraphVisualizerMouseMotionListener
extends java.awt.event.MouseMotionAdapter

private class for handling mouseMoved events to highlight nodes if the the mouse is moved on one


Field Summary
(package private)  GraphNode lastNode
           
(package private)  int nx
           
(package private)  int ny
           
(package private)  java.awt.Rectangle r
           
(package private)  int x
           
(package private)  int y
           
 
Constructor Summary
private GraphVisualizer.GraphVisualizerMouseMotionListener()
           
 
Method Summary
 void mouseMoved(java.awt.event.MouseEvent me)
           
 
Methods inherited from class java.awt.event.MouseMotionAdapter
mouseDragged
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

int x

y

int y

nx

int nx

ny

int ny

r

java.awt.Rectangle r

lastNode

GraphNode lastNode
Constructor Detail

GraphVisualizer.GraphVisualizerMouseMotionListener

private GraphVisualizer.GraphVisualizerMouseMotionListener()
Method Detail

mouseMoved

public void mouseMoved(java.awt.event.MouseEvent me)