Class Strahler

java.lang.Object
sc.fiji.snt.plugin.ij1.Strahler
All Implemented Interfaces:
ij.gui.DialogListener, ij.plugin.PlugIn

public class Strahler extends Object implements ij.plugin.PlugIn, ij.gui.DialogListener
This class implements the ImageJ Strahler Analysis plugin. For more information, visit the plugin's documentation page.
Author:
Tiago Ferreira
  • Field Details

  • Constructor Details

    • Strahler

      public Strahler()
  • Method Details

    • main

      public static void main(String[] args)
      IDE Debug method
    • run

      public void run(String arg)
      This method is called when the plugin is loaded.
      Specified by:
      run in interface ij.plugin.PlugIn
      Parameters:
      arg - the arguments as specified in plugins.config
    • dialogItemChanged

      public boolean dialogItemChanged(ij.gui.GenericDialog gd, AWTEvent e)
      Specified by:
      dialogItemChanged in interface ij.gui.DialogListener
    • getMaxOrder

      public int getMaxOrder()
      Returns the maximum Strahler order being considered by the plugin.
      Returns:
      The maximum number of pruning cycles of end-point branches that the plugin should perform
      See Also:
    • setMaxOrder

      public void setMaxOrder(int maxOrder)
      Sets the maximum Strahler order to be considered by the plugin.
      Parameters:
      maxOrder - The maximum number of pruning cycles of end-point branches that the plugin should perform
      See Also: