public class FloodFillTool extends AbstractTool
| Modifier and Type | Field and Description |
|---|---|
static double |
PRIORITY |
| Constructor and Description |
|---|
FloodFillTool() |
| Modifier and Type | Method and Description |
|---|---|
void |
configure()
Implements the configuration of this tool.
|
net.imagej.plugins.tools.FloodFillTool.Connectivity |
getConnectivity()
Gets this flood fill's current connectivity (4 or 8 connected).
|
void |
onMouseClick(MsClickedEvent evt)
Run flood fill when mouse clicked
|
void |
setConnectivity(net.imagej.plugins.tools.FloodFillTool.Connectivity c)
Specify whether this flood fill operation should be 4 or 8 connected.
|
getInfo, getPriority, setInfo, setPriority, toStringcontext, getContextclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitactivate, deactivate, getCursor, getDescription, isActiveInAppFrame, isAlwaysActive, onKeyDown, onKeyUp, onMouseDown, onMouseDrag, onMouseMove, onMouseUp, onMouseWheelgetIdentifier, logcontext, getContext, setContextcompareTo, getPriority, setPrioritygetInfo, setInfogetLocationgetVersionpublic static final double PRIORITY
public void setConnectivity(net.imagej.plugins.tools.FloodFillTool.Connectivity c)
public net.imagej.plugins.tools.FloodFillTool.Connectivity getConnectivity()
public void configure()
public void onMouseClick(MsClickedEvent evt)
Copyright © 2014–2022 ImageJ. All rights reserved.