public class SlimPlotter extends Object implements ActionListener, ChangeListener, DocumentListener, ItemListener, Runnable, WindowListener
Modifier and Type | Field and Description |
---|---|
protected static boolean |
DEBUG |
Constructor and Description |
---|
SlimPlotter(String[] args) |
Modifier and Type | Method and Description |
---|---|
void |
actionPerformed(ActionEvent e)
Handles checkbox and button presses.
|
void |
changedUpdate(DocumentEvent e) |
protected static void |
debug(String msg) |
void |
exportData()
Exports fit data to a user-specified file.
|
void |
insertUpdate(DocumentEvent e) |
void |
itemStateChanged(ItemEvent e) |
protected static void |
log(String msg)
Logs the given output to the appropriate location.
|
static void |
main(String[] args) |
void |
plotData(boolean recalc,
boolean rescale,
boolean refit) |
void |
plotProbe(boolean rescale) |
void |
plotRegion(boolean recalc,
boolean rescale,
boolean refit) |
void |
removeUpdate(DocumentEvent e) |
void |
run() |
protected static void |
setProgress(ProgressMonitor progress,
int p) |
protected static void |
setProgress(ProgressMonitor progress,
int p,
boolean quitOnCancel) |
protected static void |
setProgress(ProgressMonitor progress,
int base,
int inc,
double frac) |
void |
stateChanged(ChangeEvent e)
Handles slider changes.
|
void |
windowActivated(WindowEvent e) |
void |
windowClosed(WindowEvent e) |
void |
windowClosing(WindowEvent e) |
void |
windowDeactivated(WindowEvent e) |
void |
windowDeiconified(WindowEvent e) |
void |
windowIconified(WindowEvent e) |
void |
windowOpened(WindowEvent e) |
protected static final boolean DEBUG
public void plotProbe(boolean rescale)
public void plotRegion(boolean recalc, boolean rescale, boolean refit)
public void plotData(boolean recalc, boolean rescale, boolean refit)
public void exportData()
public void actionPerformed(ActionEvent e)
actionPerformed
in interface ActionListener
public void stateChanged(ChangeEvent e)
stateChanged
in interface ChangeListener
public void changedUpdate(DocumentEvent e)
changedUpdate
in interface DocumentListener
public void insertUpdate(DocumentEvent e)
insertUpdate
in interface DocumentListener
public void removeUpdate(DocumentEvent e)
removeUpdate
in interface DocumentListener
public void itemStateChanged(ItemEvent e)
itemStateChanged
in interface ItemListener
public void windowActivated(WindowEvent e)
windowActivated
in interface WindowListener
public void windowClosed(WindowEvent e)
windowClosed
in interface WindowListener
public void windowClosing(WindowEvent e)
windowClosing
in interface WindowListener
public void windowDeactivated(WindowEvent e)
windowDeactivated
in interface WindowListener
public void windowDeiconified(WindowEvent e)
windowDeiconified
in interface WindowListener
public void windowIconified(WindowEvent e)
windowIconified
in interface WindowListener
public void windowOpened(WindowEvent e)
windowOpened
in interface WindowListener
protected static void setProgress(ProgressMonitor progress, int p)
protected static void setProgress(ProgressMonitor progress, int base, int inc, double frac)
protected static void setProgress(ProgressMonitor progress, int p, boolean quitOnCancel)
protected static void log(String msg)
protected static void debug(String msg)
Copyright © 2015–2022 SciJava. All rights reserved.