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, toString
context, getContext
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
activate, deactivate, getCursor, getDescription, isActiveInAppFrame, isAlwaysActive, onKeyDown, onKeyUp, onMouseDown, onMouseDrag, onMouseMove, onMouseUp, onMouseWheel
getIdentifier, log
context, getContext, setContext
compareTo, getPriority, setPriority
getInfo, setInfo
getLocation
getVersion
public 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.