diva.whiteboard
Class SketchTest2.SketchInteractor

java.lang.Object
  extended by diva.canvas.interactor.AbstractInteractor
      extended by diva.whiteboard.SketchTest2.SketchInteractor
All Implemented Interfaces:
LayerListener, LayerMotionListener, Interactor, EventListener
Enclosing class:
SketchTest2

public class SketchTest2.SketchInteractor
extends AbstractInteractor


Constructor Summary
SketchTest2.SketchInteractor()
           
 
Method Summary
 void mouseDragged(LayerEvent e)
          Do nothing.
 void mousePressed(LayerEvent e)
          Do nothing.
 void mouseReleased(LayerEvent e)
          Do nothing.
 
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
 

Constructor Detail

SketchTest2.SketchInteractor

public SketchTest2.SketchInteractor()
Method Detail

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.