bookExamples.ch26Graphics.plot
Class Tracer

java.lang.Object
  extended by java.awt.event.MouseMotionAdapter
      extended by bookExamples.ch26Graphics.plot.Tracer
All Implemented Interfaces:
java.awt.event.MouseMotionListener, java.util.EventListener

public class Tracer
extends java.awt.event.MouseMotionAdapter


Constructor Summary
Tracer(PlotACurve pac)
           
 
Method Summary
 void mouseMoved(java.awt.event.MouseEvent e)
           
 
Methods inherited from class java.awt.event.MouseMotionAdapter
mouseDragged
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Tracer

public Tracer(PlotACurve pac)
Method Detail

mouseMoved

public void mouseMoved(java.awt.event.MouseEvent e)
Specified by:
mouseMoved in interface java.awt.event.MouseMotionListener
Overrides:
mouseMoved in class java.awt.event.MouseMotionAdapter