net.sourceforge.webcompmath.draw
Interface MouseVar

All Known Implementing Classes:
DraggablePoint, MouseTracker, WCMDraggablePointBean, WCMMouseTrackerBean

public interface MouseVar

This interface is used by WCMMouseVariableBean to get the x or y variables from both MouseTrackers and DraggablePoints.

Author:
Tom Downey

Method Summary
 Variable getXVar()
          Get the variable associated with the x position
 Variable getYVar()
          Get the variable associated with the y position
 

Method Detail

getXVar

Variable getXVar()
Get the variable associated with the x position

Returns:
the x variable

getYVar

Variable getYVar()
Get the variable associated with the y position

Returns:
the x variable