Class BigViewerRenderingOptionsCmd

java.lang.Object
org.scijava.module.AbstractModule
org.scijava.module.DefaultMutableModule
org.scijava.command.DynamicCommand
sc.fiji.snt.gui.cmds.BigViewerRenderingOptionsCmd
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
Direct Known Subclasses:
BdvRenderingOptionsCmd, BvvRenderingOptionsCmd

public abstract class BigViewerRenderingOptionsCmd extends org.scijava.command.DynamicCommand
Abstract base command for configuring AbstractBigViewer.PathRenderingOptions. Subclasses supply the specific viewer instance via getViewer().
Author:
Tiago Ferreira
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected static final String
     
    protected static final String
     

    Fields inherited from class org.scijava.command.DynamicCommand

    moduleService, pluginService
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    protected abstract AbstractBigViewer
    Returns the viewer instance to configure.
    protected void
     
    void
    run()
     

    Methods inherited from class org.scijava.command.DynamicCommand

    cancel, context, getCancelReason, getContext, getInfo, getInput, getOutput, isCanceled, saveInputs, setContext, setInput, setOutput, uncancel

    Methods inherited from class org.scijava.module.AbstractModule

    cancel, getDelegateObject, getInputs, getOutputs, initialize, isInputResolved, isOutputResolved, preview, resolveInput, resolveOutput, setInputs, setOutputs, unresolveInput, unresolveOutput

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface org.scijava.module.Module

    cancel, getDelegateObject, getInputs, getOutputs, initialize, isInputResolved, isOutputResolved, isResolved, preview, resolveInput, resolveOutput, setInputs, setOutputs, setResolved, unresolveInput, unresolveOutput

    Methods inherited from interface org.scijava.module.MutableModule

    addInput, addInput, addOutput, addOutput, removeInput, removeOutput
  • Field Details

  • Constructor Details

    • BigViewerRenderingOptionsCmd

      public BigViewerRenderingOptionsCmd()
  • Method Details

    • getViewer

      protected abstract AbstractBigViewer getViewer()
      Returns the viewer instance to configure. Implementations return their specific viewer (Bvv or Bdv) injected via a @Parameter field.
    • init

      protected void init()
    • run

      public void run()