org.omegahat.Simulation.MCMC.Listeners
Class PlottingListener
java.lang.Object
|
+--org.omegahat.Simulation.MCMC.Listeners.ListenerPrinter
|
+--org.omegahat.Simulation.MCMC.Listeners.ArrayListener
|
+--org.omegahat.Simulation.MCMC.Listeners.PlottingListener
- All Implemented Interfaces:
- MCMCListener
- Direct Known Subclasses:
- ExpandingPlottingListener
- public class PlottingListener
- extends ArrayListener
Displays contents and counter of RecordingIndexEvents when one is recieved.
Field Summary |
(package private) org.omegahat.Simulation.MCMC.Listeners.Scatterplot[] |
plots
|
(package private) org.omegahat.Simulation.MCMC.Listeners.SwingDeviceWindow[] |
plotWindows
|
(package private) int |
refreshInterval
|
Methods inherited from class java.lang.Object |
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait |
plotWindows
org.omegahat.Simulation.MCMC.Listeners.SwingDeviceWindow[] plotWindows
plots
org.omegahat.Simulation.MCMC.Listeners.Scatterplot[] plots
refreshInterval
int refreshInterval
PlottingListener
public PlottingListener(java.lang.String[] varNames)
PlottingListener
public PlottingListener(java.lang.String[] varNames,
int size)
refreshInterval
public int refreshInterval()
refreshInterval
public int refreshInterval(int delay)
plotWindows
public org.omegahat.Simulation.MCMC.Listeners.SwingDeviceWindow[] plotWindows()
plots
public org.omegahat.Simulation.MCMC.Listeners.Scatterplot[] plots()
notify
public void notify(MCMCEvent e)
- Description copied from interface:
MCMCListener
- Function to be called for notification
- Overrides:
notify
in class ArrayListener