public class ResultsTablePlotter
extends java.lang.Object
implements ij.plugin.PlugIn, java.awt.event.ActionListener
Constructor and Description |
---|
ResultsTablePlotter()
Instantiates a new results table plotter.
|
ResultsTablePlotter(ij.measure.ResultsTable table)
Instantiates a new results table plotter.
|
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(java.awt.event.ActionEvent e)
Action performed.
|
void |
run(java.lang.String arg0)
Run.
|
public ResultsTablePlotter()
public ResultsTablePlotter(ij.measure.ResultsTable table)
table
- the tablepublic void run(java.lang.String arg0)
run
in interface ij.plugin.PlugIn
arg0
- the arg0public void actionPerformed(java.awt.event.ActionEvent e)
actionPerformed
in interface java.awt.event.ActionListener
e
- the e