Class NewGraphOptionsCmd

java.lang.Object
org.scijava.AbstractContextual
org.scijava.command.ContextCommand
sc.fiji.snt.gui.cmds.NewGraphOptionsCmd
All Implemented Interfaces:
Runnable, org.scijava.Cancelable, org.scijava.command.Command, org.scijava.Contextual, org.scijava.plugin.SciJavaPlugin

public class NewGraphOptionsCmd extends org.scijava.command.ContextCommand
GUI for "New Graph Options" Command
Author:
Tiago Ferreira
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    protected int
     
    protected String
     
    protected double
     
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    static void
    main(String[] args)
     
    void
    run()
     

    Methods inherited from class org.scijava.command.ContextCommand

    cancel, getCancelReason, isCanceled

    Methods inherited from class org.scijava.AbstractContextual

    context, getContext

    Methods inherited from class java.lang.Object

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

    Methods inherited from interface org.scijava.Contextual

    setContext
  • Field Details

    • metric

      protected String metric
    • threshold

      protected double threshold
    • depth

      protected int depth
  • Constructor Details

    • NewGraphOptionsCmd

      public NewGraphOptionsCmd()
  • Method Details

    • run

      public void run()
    • main

      public static void main(String[] args)