SimulationContainer
public class StatisticsMCGraphic extends SimulationGraphic
Modifier and Type | Class | Description |
---|---|---|
static class |
StatisticsMCGraphic.DataProcessorUndo |
|
static class |
StatisticsMCGraphic.HistoryPlotBits |
|
static class |
StatisticsMCGraphic.MyFunctionInvertible |
|
static class |
StatisticsMCGraphic.StatsParams |
Modifier and Type | Field | Description |
---|---|---|
protected boolean |
constMu |
|
protected LJMC |
sim |
|
protected boolean |
volumeChanges |
appName, controller, GRAPHIC_ONLY, simulation, space, TABBED_PANE, WINDOW_CLOSER
Constructor | Description |
---|---|
StatisticsMCGraphic(LJMC simulation,
int moduleNum) |
Modifier and Type | Method | Description |
---|---|---|
protected void |
createHistograms(DataFork fork,
java.awt.Dimension paneSize,
IRandom random,
IntegratorEventManager eventManager,
boolean untransform) |
|
protected javax.swing.JScrollPane |
createStatPanel(DataFork fork,
java.awt.Dimension paneSize,
AccumulatorFactory accFactory,
boolean doHistory) |
|
static void |
main(java.lang.String[] args) |
|
protected StatisticsMCGraphic.HistoryPlotBits |
makeHistoryPlot(java.util.ArrayList<DataPump> dataStreamPumps,
DataSourceCountSteps timeCounter,
javax.swing.JPanel historyPanel,
DataPumpListener pump,
java.lang.String name) |
|
protected StatisticsMCGraphic.HistoryPlotBits |
makeMuHistoryPlot(java.util.ArrayList<DataPump> dataStreamPumps,
DataSourceCountSteps timeCounter,
javax.swing.JPanel historyPanel,
DataPumpListener pump,
java.lang.String name) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add, add, addAsTab, createDisplayBoxPaintAction, deviceList, displayList, getController, getDisplayBox, getPaintAction, getPanel, getSimulation, initGraphics, makeAndDisplayFrame, makeAndDisplayFrame, makeAndDisplayFrame, makeAndDisplayFrame, remove, remove, setPaintInterval
protected final LJMC sim
protected boolean volumeChanges
protected boolean constMu
public StatisticsMCGraphic(LJMC simulation, int moduleNum)
protected StatisticsMCGraphic.HistoryPlotBits makeHistoryPlot(java.util.ArrayList<DataPump> dataStreamPumps, DataSourceCountSteps timeCounter, javax.swing.JPanel historyPanel, DataPumpListener pump, java.lang.String name)
protected StatisticsMCGraphic.HistoryPlotBits makeMuHistoryPlot(java.util.ArrayList<DataPump> dataStreamPumps, DataSourceCountSteps timeCounter, javax.swing.JPanel historyPanel, DataPumpListener pump, java.lang.String name)
protected javax.swing.JScrollPane createStatPanel(DataFork fork, java.awt.Dimension paneSize, AccumulatorFactory accFactory, boolean doHistory)
protected void createHistograms(DataFork fork, java.awt.Dimension paneSize, IRandom random, IntegratorEventManager eventManager, boolean untransform)
public static void main(java.lang.String[] args)