Package sc.fiji.snt.plugin
Class ShollAnalysisImgInteractiveCmd
java.lang.Object
org.scijava.module.AbstractModule
org.scijava.module.DefaultMutableModule
org.scijava.command.DynamicCommand
sc.fiji.snt.plugin.ShollAnalysisImgCommonCmd
sc.fiji.snt.plugin.ShollAnalysisImgInteractiveCmd
- All Implemented Interfaces:
Runnable,org.scijava.Cancelable,org.scijava.command.Command,org.scijava.command.Interactive,org.scijava.Contextual,org.scijava.module.Module,org.scijava.module.MutableModule,org.scijava.plugin.SciJavaPlugin
public class ShollAnalysisImgInteractiveCmd
extends ShollAnalysisImgCommonCmd
implements org.scijava.command.Interactive
Interactive command for performing Sholl analysis on binary 2D/3D images,
with real-time parameter adjustment and visualization updates.
-
Field Summary
Fields inherited from class sc.fiji.snt.plugin.ShollAnalysisImgCommonCmd
EMPTY_LABEL, HEADER_HTML, HEADER_TOOLTIPFields inherited from class org.scijava.command.DynamicCommand
moduleService, pluginService -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class sc.fiji.snt.plugin.ShollAnalysisImgCommonCmd
cancelAndFreezeUI, getProfile, overlayShells, preview, setAnalysisScope, setProfile, updateHyperStackPosition, validRequirementsMethods inherited from class org.scijava.command.DynamicCommand
cancel, context, getCancelReason, getContext, getInfo, getInput, getOutput, isCanceled, saveInputs, setContext, setInput, setOutput, uncancelMethods inherited from class org.scijava.module.AbstractModule
cancel, getDelegateObject, getInputs, getOutputs, initialize, isInputResolved, isOutputResolved, resolveInput, resolveOutput, setInputs, setOutputs, unresolveInput, unresolveOutputMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.scijava.module.Module
cancel, getDelegateObject, getInputs, getOutputs, initialize, isInputResolved, isOutputResolved, isResolved, resolveInput, resolveOutput, setInputs, setOutputs, setResolved, unresolveInput, unresolveOutputMethods inherited from interface org.scijava.module.MutableModule
addInput, addInput, addOutput, addOutput, removeInput, removeOutput
-
Constructor Details
-
ShollAnalysisImgInteractiveCmd
public ShollAnalysisImgInteractiveCmd()
-
-
Method Details
-
init
protected void init()- Overrides:
initin classShollAnalysisImgCommonCmd
-
onEvent
public void onEvent(net.imagej.event.DataDeletedEvent evt) -
runAnalysis
- Overrides:
runAnalysisin classShollAnalysisImgCommonCmd- Throws:
InterruptedException
-
run
public void run()- Specified by:
runin interfaceorg.scijava.module.MutableModule- Specified by:
runin interfaceRunnable- Overrides:
runin classShollAnalysisImgCommonCmd
-