diva.whiteboard
Class SketchTest3.SketchInteractor

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

public class SketchTest3.SketchInteractor
extends AbstractInteractor


Constructor Summary
SketchTest3.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

SketchTest3.SketchInteractor

public SketchTest3.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.