freegraph
Interface GraphPlaneListener

All Known Implementing Classes:
GraphingApplet

public interface GraphPlaneListener

Listener interface for GraphPlane


Method Summary
 void axisChanged(double xMin, double yMin, double xMax, double yMax)
          calles when the axis change
 void mousePosMoved(double xPos, double yPos)
          called when the position of the mouse moves
 

Method Detail

mousePosMoved

public void mousePosMoved(double xPos,
                          double yPos)
called when the position of the mouse moves


axisChanged

public void axisChanged(double xMin,
                        double yMin,
                        double xMax,
                        double yMax)
calles when the axis change