public abstract class AbstractColorTool extends AbstractTool implements CustomDrawnTool
BgColorTool and FgColorTool
classes.| Modifier and Type | Field and Description |
|---|---|
static int |
BASE_PRIORITY |
| Constructor and Description |
|---|
AbstractColorTool() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure() |
void |
drawIcon() |
String |
getDescription() |
protected void |
onEvent(AxisPositionEvent evt) |
protected void |
onEvent(DisplayActivatedEvent evt) |
protected void |
onEvent(DisplayDeletedEvent evt) |
protected void |
onEvent(OptionsEvent evt) |
void |
onMouseClick(MsClickedEvent evt) |
getInfo, getPriority, setInfo, setPriority, toStringcontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitactivate, deactivate, getCursor, isActiveInAppFrame, isAlwaysActive, onKeyDown, onKeyUp, onMouseDown, onMouseDrag, onMouseMove, onMouseUp, onMouseWheelgetIdentifier, logcontext, getContext, setContextcompareTo, getPriority, setPrioritygetInfo, setInfogetLocationgetVersionpublic static final int BASE_PRIORITY
public void onMouseClick(MsClickedEvent evt)
onMouseClick in interface Toolpublic String getDescription()
getDescription in interface Toolpublic void drawIcon()
drawIcon in interface CustomDrawnToolprotected void onEvent(DisplayActivatedEvent evt)
protected void onEvent(DisplayDeletedEvent evt)
protected void onEvent(OptionsEvent evt)
protected void onEvent(AxisPositionEvent evt)
Copyright © 2014–2022 ImageJ. All rights reserved.