Package sc.fiji.snt.plugin.ij1
Class Strahler
java.lang.Object
sc.fiji.snt.plugin.ij1.Strahler
- All Implemented Interfaces:
ij.gui.DialogListener,ij.plugin.PlugIn
This class implements the ImageJ
Strahler Analysis plugin. For more
information, visit the plugin's documentation page.- Author:
- Tiago Ferreira
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleandialogItemChanged(ij.gui.GenericDialog gd, AWTEvent e) intReturns the maximum Strahler order being considered by the plugin.static voidIDE Debug methodvoidThis method is called when the plugin is loaded.voidsetMaxOrder(int maxOrder) Sets the maximum Strahler order to be considered by the plugin.
-
Field Details
-
URL
- See Also:
-
-
Constructor Details
-
Strahler
public Strahler()
-
-
Method Details
-
main
IDE Debug method -
run
This method is called when the plugin is loaded.- Specified by:
runin interfaceij.plugin.PlugIn- Parameters:
arg- the arguments as specified inplugins.config
-
dialogItemChanged
- Specified by:
dialogItemChangedin interfaceij.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:
-