- All Implemented Interfaces:
PlugIn
ControlPanel.
This plugin displays a panel with ImageJ commands in a hierarchical tree structure.
- Author:
- Cezar M. Tigaret <c.tigaret@ucl.ac.uk>
-
Constructor Summary
Constructors
-
Method Summary
void
Creates a panel with the hierarchical tree structure of ImageJ's commands.
int[]
Breaks the specified string into an array
of ints.
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Constructor Details
-
ControlPanel
public ControlPanel()
-
Method Details
-
run
Creates a panel with the hierarchical tree structure of ImageJ's commands.
- Specified by:
run
in interface PlugIn
-
-
s2ints
Breaks the specified string into an array
of ints. Returns null if there is an error.