edu.umd.cfar.lamp.viper.gui.canvas
Class ViperEditorManager
java.lang.Object
edu.umd.cs.piccolo.event.PBasicInputEventHandler
edu.umd.cs.piccolo.PInputManager
edu.umd.cfar.lamp.viper.gui.canvas.ViperEditorManager
- All Implemented Interfaces:
- java.util.EventListener, edu.umd.cs.piccolo.event.PInputEventListener, edu.umd.cs.piccolo.PRoot.InputSource
- public class ViperEditorManager
- extends edu.umd.cs.piccolo.PInputManager
- Author:
- clin
To change the template for this generated type comment go to
Window>Preferences>Java>Code Generation>Code and Comments
Method Summary |
void |
keyPressed(edu.umd.cs.piccolo.event.PInputEvent event)
|
void |
keyReleased(edu.umd.cs.piccolo.event.PInputEvent event)
|
void |
keyTyped(edu.umd.cs.piccolo.event.PInputEvent event)
|
void |
mouseDragged(edu.umd.cs.piccolo.event.PInputEvent e)
|
void |
mouseMoved(edu.umd.cs.piccolo.event.PInputEvent e)
|
void |
mousePressed(edu.umd.cs.piccolo.event.PInputEvent e)
|
void |
mouseReleased(edu.umd.cs.piccolo.event.PInputEvent e)
|
java.lang.String |
position(java.awt.geom.Point2D pt)
|
void |
unselectAll()
|
Methods inherited from class edu.umd.cs.piccolo.PInputManager |
checkForMouseEnteredAndExited, getCurrentCanvasPosition, getKeyboardFocus, getLastCanvasPosition, getMouseFocus, getMouseOver, mouseClicked, mouseEntered, mouseExited, mouseWheelRotated, mouseWheelRotatedByBlock, processEventFromCamera, processInput, setKeyboardFocus, setMouseFocus, setMouseOver |
Methods inherited from class edu.umd.cs.piccolo.event.PBasicInputEventHandler |
acceptsEvent, getEventFilter, keyboardFocusGained, keyboardFocusLost, paramString, processEvent, setEventFilter, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
ViperEditorManager
public ViperEditorManager(ViperDataPLayer layerIn)
mousePressed
public void mousePressed(edu.umd.cs.piccolo.event.PInputEvent e)
mouseMoved
public void mouseMoved(edu.umd.cs.piccolo.event.PInputEvent e)
mouseDragged
public void mouseDragged(edu.umd.cs.piccolo.event.PInputEvent e)
mouseReleased
public void mouseReleased(edu.umd.cs.piccolo.event.PInputEvent e)
position
public java.lang.String position(java.awt.geom.Point2D pt)
unselectAll
public void unselectAll()
keyPressed
public void keyPressed(edu.umd.cs.piccolo.event.PInputEvent event)
keyReleased
public void keyReleased(edu.umd.cs.piccolo.event.PInputEvent event)
keyTyped
public void keyTyped(edu.umd.cs.piccolo.event.PInputEvent event)