public class PanTool extends AbstractTool
Modifier and Type | Field and Description |
---|---|
static double |
PRIORITY |
Constructor and Description |
---|
PanTool() |
Modifier and Type | Method and Description |
---|---|
MouseCursor |
getCursor() |
void |
onKeyDown(KyPressedEvent evt) |
void |
onMouseDown(MsPressedEvent evt) |
void |
onMouseDrag(MsDraggedEvent evt) |
void |
onMouseWheel(MsWheelEvent evt) |
getInfo, getPriority, setInfo, setPriority, toString
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
activate, configure, deactivate, getDescription, isActiveInAppFrame, isAlwaysActive, onKeyUp, onMouseClick, onMouseMove, onMouseUp
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
public static final double PRIORITY
public void onKeyDown(KyPressedEvent evt)
public void onMouseDown(MsPressedEvent evt)
public void onMouseDrag(MsDraggedEvent evt)
public void onMouseWheel(MsWheelEvent evt)
public MouseCursor getCursor()
Copyright © 2014–2022 ImageJ. All rights reserved.