public class FireExperiment extends Experiment
MultiplePartsPanel.SOCRToolBar
showModelDistribution
applet, fName, graphs, mainPane, recordTable, tables, toolbar2, toolbars
Constructor and Description |
---|
FireExperiment()
This method initializes the experiment, including the toolbars,
scrollbars, labels, forest.
|
Modifier and Type | Method and Description |
---|---|
void |
adjustmentValueChanged(java.awt.event.AdjustmentEvent event)
This method handles the scrollbar events associated with changes in the
fire-spread probabilities.
|
void |
doExperiment()
This method defines the experiment.
|
void |
itemStateChanged(java.awt.event.ItemEvent event)
This method handles the choice events associated with changing the size
of the forest and changing the edit color.
|
void |
mouseClicked(java.awt.event.MouseEvent event)
This method handles the mouse click events that are associated with
changing the states of trees.
|
void |
mouseMoved(java.awt.event.MouseEvent event)
This method handles the mouse move events, so the the mouse position can
be tracked.
|
void |
reset()
This method resets the experiment, including the forest, and the record
table.
|
void |
update()
This method updates the experiment, including the forest and the update
record.
|
actionPerformed, getAppletInfo, getDisplayPane, getInstance, getName, getOnlineDescription, getResultTable, getStopChoice, getStopFreq, getTime, getUpdateChoice, graphUpdate, initialize, resetUpdateCount, run, setShowModelDistribution, setStopFreq, setStopNow, step, stop
addGraph, addTable, addTool, addTool2, addToolbar, format, getMainPanel, getRecordTable, getTextPanel, mouseDragged, mouseEntered, mouseExited, mousePressed, mouseReleased, play, setApplet, setName, update
createComponentSetter, createValueSetter, createValueSetter, createValueSetter, createValueSetter, getComponentSetter, getComponentSetters, getValueSetter, getValueSetters
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setApplet
public FireExperiment()
public void doExperiment()
doExperiment
in interface IExperiment
doExperiment
in class Experiment
public void reset()
reset
in interface IExperiment
reset
in class Experiment
public void update()
update
in interface IExperiment
update
in class Experiment
public void adjustmentValueChanged(java.awt.event.AdjustmentEvent event)
public void itemStateChanged(java.awt.event.ItemEvent event)
itemStateChanged
in interface java.awt.event.ItemListener
itemStateChanged
in class Experiment
public void mouseMoved(java.awt.event.MouseEvent event)
mouseMoved
in interface java.awt.event.MouseMotionListener
mouseMoved
in class MultiplePartsPanel
public void mouseClicked(java.awt.event.MouseEvent event)
mouseClicked
in interface java.awt.event.MouseListener
mouseClicked
in class MultiplePartsPanel