public class Strahler extends Object implements ij.plugin.PlugIn, DialogListener
Strahler Analysis
plugin. For more
information, visit the hIPNAT repository
https://github.com/tferr/hIPNAT and the the plugin's documentation
page: http://imagej.net/Strahler_AnalysisConstructor and Description |
---|
Strahler() |
Modifier and Type | Method and Description |
---|---|
boolean |
dialogItemChanged(GenericDialog gd,
AWTEvent e) |
int |
getMaxOrder()
Returns the maximum Strahler order being considered by the plugin.
|
static void |
main(String[] args)
IDE Debug method
|
void |
run(String arg)
This method is called when the plugin is loaded.
|
void |
setMaxOrder(int maxOrder)
Sets the maximum Strahler order to be considered by the plugin.
|
protected static final String URL
public static void main(String[] args)
public void run(String arg)
run
in interface ij.plugin.PlugIn
arg
- the arguments as specified in plugins.config
public boolean dialogItemChanged(GenericDialog gd, AWTEvent e)
dialogItemChanged
in interface DialogListener
public int getMaxOrder()
setMaxOrder(int)
public void setMaxOrder(int maxOrder)
maxOrder
- The maximum number of pruning cycles of end-point branches
that the plugin should performgetMaxOrder()
Copyright © 2015–2021 Fiji. All rights reserved.