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, toString
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
activate, deactivate, getCursor, isActiveInAppFrame, isAlwaysActive, onKeyDown, onKeyUp, onMouseDown, onMouseDrag, onMouseMove, onMouseUp, onMouseWheel
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
public static final int BASE_PRIORITY
public void onMouseClick(MsClickedEvent evt)
onMouseClick
in interface Tool
public String getDescription()
getDescription
in interface Tool
public void drawIcon()
drawIcon
in interface CustomDrawnTool
protected 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.