projectPrototype.view.graphicEditor
Class GraphicEditor.MouseMotion

java.lang.Object
  extended byjava.awt.event.MouseMotionAdapter
      extended byprojectPrototype.view.graphicEditor.GraphicEditor.MouseMotion
All Implemented Interfaces:
java.util.EventListener, java.awt.event.MouseMotionListener
Enclosing class:
GraphicEditor

private class GraphicEditor.MouseMotion
extends java.awt.event.MouseMotionAdapter

Author:
Dário Apolinário & Gustavo Reis This class was created to handle the MouseMotion Event's.
See Also:
MouseMotionAdapter

Constructor Summary
private GraphicEditor.MouseMotion()
           
 
Method Summary
 void mouseDragged(java.awt.event.MouseEvent e)
           
 void mouseMoved(java.awt.event.MouseEvent e)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GraphicEditor.MouseMotion

private GraphicEditor.MouseMotion()
Method Detail

mouseDragged

public void mouseDragged(java.awt.event.MouseEvent e)

mouseMoved

public void mouseMoved(java.awt.event.MouseEvent e)