public class ZoomTool extends AbstractTool
Modifier and Type | Field and Description |
---|---|
static double |
PRIORITY |
Constructor and Description |
---|
ZoomTool() |
Modifier and Type | Method and Description |
---|---|
void |
onMouseDown(MsPressedEvent evt) |
void |
onMouseMove(MsMovedEvent evt) |
void |
onMouseUp(MsReleasedEvent 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, getCursor, getDescription, isActiveInAppFrame, isAlwaysActive, onKeyDown, onKeyUp, onMouseClick, onMouseDrag
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
public static final double PRIORITY
public void onMouseDown(MsPressedEvent evt)
public void onMouseUp(MsReleasedEvent evt)
public void onMouseMove(MsMovedEvent evt)
public void onMouseWheel(MsWheelEvent evt)
Copyright © 2014–2022 ImageJ. All rights reserved.