Class mxGraphOutline.MouseTracker
java.lang.Object
com.mxgraph.swing.mxGraphOutline.MouseTracker
- All Implemented Interfaces:
MouseListener, MouseMotionListener, EventListener
- Enclosing class:
mxGraphOutline
public class mxGraphOutline.MouseTracker
extends Object
implements MouseListener, MouseMotionListener
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanhitZoomHandle(int x, int y) voidvoidvoidvoidvoidvoidvoid
-
Field Details
-
start
-
-
Constructor Details
-
MouseTracker
public MouseTracker()
-
-
Method Details
-
mousePressed
- Specified by:
mousePressedin interfaceMouseListener
-
mouseDragged
- Specified by:
mouseDraggedin interfaceMouseMotionListener
-
mouseReleased
- Specified by:
mouseReleasedin interfaceMouseListener
-
hitZoomHandle
public boolean hitZoomHandle(int x, int y) -
mouseMoved
- Specified by:
mouseMovedin interfaceMouseMotionListener
-
mouseClicked
- Specified by:
mouseClickedin interfaceMouseListener
-
mouseEntered
- Specified by:
mouseEnteredin interfaceMouseListener
-
mouseExited
- Specified by:
mouseExitedin interfaceMouseListener
-