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 ActionListenerpublic void stateChanged(ChangeEvent e)
stateChanged in interface ChangeListenerpublic void changedUpdate(DocumentEvent e)
changedUpdate in interface DocumentListenerpublic void insertUpdate(DocumentEvent e)
insertUpdate in interface DocumentListenerpublic void removeUpdate(DocumentEvent e)
removeUpdate in interface DocumentListenerpublic void itemStateChanged(ItemEvent e)
itemStateChanged in interface ItemListenerpublic void windowActivated(WindowEvent e)
windowActivated in interface WindowListenerpublic void windowClosed(WindowEvent e)
windowClosed in interface WindowListenerpublic void windowClosing(WindowEvent e)
windowClosing in interface WindowListenerpublic void windowDeactivated(WindowEvent e)
windowDeactivated in interface WindowListenerpublic void windowDeiconified(WindowEvent e)
windowDeiconified in interface WindowListenerpublic void windowIconified(WindowEvent e)
windowIconified in interface WindowListenerpublic void windowOpened(WindowEvent e)
windowOpened in interface WindowListenerprotected 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.