diva.whiteboard
Class SketchTest2.SketchInteractor
java.lang.Object
diva.canvas.interactor.AbstractInteractor
diva.whiteboard.SketchTest2.SketchInteractor
- All Implemented Interfaces:
- LayerListener, LayerMotionListener, Interactor, EventListener
- Enclosing class:
- SketchTest2
public class SketchTest2.SketchInteractor
- extends AbstractInteractor
Methods inherited from class diva.canvas.interactor.AbstractInteractor |
accept, getMouseFilter, isConsuming, isEnabled, isMotionEnabled, mouseClicked, mouseEntered, mouseExited, mouseMoved, setConsuming, setEnabled, setMotionEnabled, setMouseFilter |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SketchTest2.SketchInteractor
public SketchTest2.SketchInteractor()
mousePressed
public void mousePressed(LayerEvent e)
- Description copied from class:
AbstractInteractor
- Do nothing.
- Specified by:
mousePressed
in interface LayerListener
- Overrides:
mousePressed
in class AbstractInteractor
mouseDragged
public void mouseDragged(LayerEvent e)
- Description copied from class:
AbstractInteractor
- Do nothing.
- Specified by:
mouseDragged
in interface LayerListener
- Overrides:
mouseDragged
in class AbstractInteractor
mouseReleased
public void mouseReleased(LayerEvent e)
- Description copied from class:
AbstractInteractor
- Do nothing.
- Specified by:
mouseReleased
in interface LayerListener
- Overrides:
mouseReleased
in class AbstractInteractor
Copyright © 2015 Central Laboratory of the Research Councils. All Rights Reserved.