Package org.opensourcephysics.display2d
Class SurfacePlotMouseController
java.lang.Object
org.opensourcephysics.display2d.SurfacePlotMouseController
- All Implemented Interfaces:
MouseListener,MouseMotionListener,EventListener
public class SurfacePlotMouseController
extends Object
implements MouseListener, MouseMotionListener
-
Constructor Summary
ConstructorsConstructorDescriptionSurfacePlotMouseController(DrawingPanel drawingPanel, Object surfacePlot) Constructor SurfacePlotMouseController -
Method Summary
Modifier and TypeMethodDescriptionvoidvoidvoidvoidvoidvoidvoid
-
Constructor Details
-
SurfacePlotMouseController
Constructor SurfacePlotMouseController- Parameters:
drawingPanel-surfacePlot-
-
-
Method Details
-
mouseEntered
- Specified by:
mouseEnteredin interfaceMouseListener
-
mouseExited
- Specified by:
mouseExitedin interfaceMouseListener
-
mouseReleased
- Specified by:
mouseReleasedin interfaceMouseListener
-
mouseClicked
- Specified by:
mouseClickedin interfaceMouseListener
-
mousePressed
- Specified by:
mousePressedin interfaceMouseListener
-
mouseMoved
- Specified by:
mouseMovedin interfaceMouseMotionListener
-
mouseDragged
- Specified by:
mouseDraggedin interfaceMouseMotionListener
-