public interface CursorTool extends MouseListener, MouseMotionListener
| Modifier and Type | Method and Description |
|---|---|
void |
activate(LayerViewPanel layerViewPanel) |
void |
cancelGesture()
Notifies the CursorTool that a party is requesting that the gesture
currently in progress be aborted.
|
void |
deactivate() |
Cursor |
getCursor() |
Icon |
getIcon() |
String |
getName()
Returns a very brief description of this CursorTool.
|
boolean |
isGestureInProgress() |
boolean |
isRightMouseButtonUsed() |
mouseClicked, mouseEntered, mouseExited, mousePressed, mouseReleasedmouseDragged, mouseMovedCursor getCursor()
Icon getIcon()
void activate(LayerViewPanel layerViewPanel)
void deactivate()
boolean isRightMouseButtonUsed()
boolean isGestureInProgress()
void cancelGesture()
String getName()
Copyright © 2015. All rights reserved.