org.omegahat.Simulation.MCMC.Listeners
Class ExpandingPlottingListener

java.lang.Object
  |
  +--org.omegahat.Simulation.MCMC.Listeners.ListenerPrinter
        |
        +--org.omegahat.Simulation.MCMC.Listeners.ArrayListener
              |
              +--org.omegahat.Simulation.MCMC.Listeners.PlottingListener
                    |
                    +--org.omegahat.Simulation.MCMC.Listeners.ExpandingPlottingListener
All Implemented Interfaces:
MCMCListener

public class ExpandingPlottingListener
extends PlottingListener

Displays contents and counter of RecordingStepEvents when one is recieved.


Field Summary
(package private)  int maxsize
           
 
Fields inherited from class org.omegahat.Simulation.MCMC.Listeners.PlottingListener
plots, plotWindows, refreshInterval
 
Fields inherited from class org.omegahat.Simulation.MCMC.Listeners.ArrayListener
data, debug, index, time, varNames
 
Constructor Summary
ExpandingPlottingListener(java.lang.String[] varNames)
           
ExpandingPlottingListener(java.lang.String[] varNames, int minsize, int maxsize)
           
 
Method Summary
(package private)  int maxsize()
           
(package private)  int maxsize(int newval)
           
 void notify(MCMCEvent e)
          Function to be called for notification
 
Methods inherited from class org.omegahat.Simulation.MCMC.Listeners.PlottingListener
plots, plotWindows, refreshInterval, refreshInterval
 
Methods inherited from class org.omegahat.Simulation.MCMC.Listeners.ArrayListener
data, data, debug, debug, time, varNames
 
Methods inherited from class org.omegahat.Simulation.MCMC.Listeners.ListenerPrinter
reset
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, toString, wait, wait, wait
 

Field Detail

maxsize

int maxsize
Constructor Detail

ExpandingPlottingListener

public ExpandingPlottingListener(java.lang.String[] varNames)

ExpandingPlottingListener

public ExpandingPlottingListener(java.lang.String[] varNames,
                                 int minsize,
                                 int maxsize)
Method Detail

maxsize

int maxsize()

maxsize

int maxsize(int newval)

notify

public void notify(MCMCEvent e)
Description copied from interface: MCMCListener
Function to be called for notification
Overrides:
notify in class PlottingListener