Package sc.fiji.snt.gui.cmds
Class BvvRenderingOptionsCmd
java.lang.Object
org.scijava.module.AbstractModule
org.scijava.module.DefaultMutableModule
org.scijava.command.DynamicCommand
sc.fiji.snt.gui.cmds.BigViewerRenderingOptionsCmd
sc.fiji.snt.gui.cmds.BvvRenderingOptionsCmd
- All Implemented Interfaces:
Runnable,org.scijava.Cancelable,org.scijava.command.Command,org.scijava.Contextual,org.scijava.module.Module,org.scijava.module.MutableModule,org.scijava.plugin.SciJavaPlugin
Command providing a GUI for configuring
AbstractBigViewer.PathRenderingOptions in a Bvv viewer.- Author:
- Tiago Ferreira
- See Also:
-
Field Summary
Fields inherited from class sc.fiji.snt.gui.cmds.BigViewerRenderingOptionsCmd
STYLE_LINE, STYLE_RADIIFields inherited from class org.scijava.command.DynamicCommand
moduleService, pluginService -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected AbstractBigViewerReturns the viewer instance to configure.Methods inherited from class sc.fiji.snt.gui.cmds.BigViewerRenderingOptionsCmd
init, runMethods 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, preview, 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, preview, resolveInput, resolveOutput, setInputs, setOutputs, setResolved, unresolveInput, unresolveOutputMethods inherited from interface org.scijava.module.MutableModule
addInput, addInput, addOutput, addOutput, removeInput, removeOutput
-
Constructor Details
-
BvvRenderingOptionsCmd
public BvvRenderingOptionsCmd()
-
-
Method Details
-
getViewer
Description copied from class:BigViewerRenderingOptionsCmdReturns the viewer instance to configure. Implementations return their specific viewer (Bvv or Bdv) injected via a @Parameter field.- Specified by:
getViewerin classBigViewerRenderingOptionsCmd
-