com.mxgraph.swing
Class mxGraphOutline.MouseTracker
java.lang.Object
   com.mxgraph.swing.mxGraphOutline.MouseTracker
com.mxgraph.swing.mxGraphOutline.MouseTracker
- All Implemented Interfaces: 
- MouseListener, MouseMotionListener, EventListener
- Enclosing class:
- mxGraphOutline
- public class mxGraphOutline.MouseTracker 
- extends Object- implements MouseListener, MouseMotionListener
 
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
start
protected Point start
mxGraphOutline.MouseTracker
public mxGraphOutline.MouseTracker()
mousePressed
public void mousePressed(MouseEvent e)
- 
- Specified by:
- mousePressedin interface- MouseListener
 
- 
 
mouseDragged
public void mouseDragged(MouseEvent e)
- 
- Specified by:
- mouseDraggedin interface- MouseMotionListener
 
- 
 
mouseReleased
public void mouseReleased(MouseEvent e)
- 
- Specified by:
- mouseReleasedin interface- MouseListener
 
- 
 
hitZoomHandle
public boolean hitZoomHandle(int x,
                             int y)
- 
 
- 
 
mouseMoved
public void mouseMoved(MouseEvent e)
- 
- Specified by:
- mouseMovedin interface- MouseMotionListener
 
- 
 
mouseClicked
public void mouseClicked(MouseEvent e)
- 
- Specified by:
- mouseClickedin interface- MouseListener
 
- 
 
mouseEntered
public void mouseEntered(MouseEvent e)
- 
- Specified by:
- mouseEnteredin interface- MouseListener
 
- 
 
mouseExited
public void mouseExited(MouseEvent e)
- 
- Specified by:
- mouseExitedin interface- MouseListener
 
- 
 
Copyright (c) 2010 Gaudenz Alder. All rights reserved.