Class AddTextAnnotationCmd

java.lang.Object
org.scijava.module.AbstractModule
org.scijava.module.DefaultMutableModule
org.scijava.command.DynamicCommand
org.scijava.command.InteractiveCommand
sc.fiji.snt.gui.cmds.AddTextAnnotationCmd
All Implemented Interfaces:
Runnable, org.scijava.Cancelable, org.scijava.command.Command, org.scijava.command.Interactive, org.scijava.command.Previewable, org.scijava.Contextual, org.scijava.log.Logged, org.scijava.module.Module, org.scijava.module.MutableModule, org.scijava.plugin.SciJavaPlugin

public class AddTextAnnotationCmd extends org.scijava.command.InteractiveCommand
Implements Reconstruction Viewer's 'Add Annotation Label...' commands.
Author:
Tiago Ferreira
  • Field Summary

    Fields inherited from class org.scijava.command.DynamicCommand

    moduleService, pluginService
  • Constructor Summary

    Constructors
    Constructor
    Description
    Creates a new AddTextAnnotationCmd instance.
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
    IDE debug method.
    void
    run()
     

    Methods inherited from class org.scijava.command.InteractiveCommand

    asType, cancel, log, onEvent, preview, update, updateInput

    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

    getDelegateObject, getInputs, getOutputs, initialize, isInputResolved, isOutputResolved, 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

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

    Methods inherited from interface org.scijava.module.MutableModule

    addInput, addInput, addOutput, addOutput, removeInput, removeOutput
  • Constructor Details

    • AddTextAnnotationCmd

      public AddTextAnnotationCmd()
      Creates a new AddTextAnnotationCmd instance.
  • Method Details

    • run

      public void run()
    • main

      public static void main(String[] args)
      IDE debug method.