org.opensha.sha.gui.controls
Class PuenteHillsScenarioControlPanelUsingEqkRuptureCreation
java.lang.Object
org.opensha.sha.gui.controls.ControlPanel
org.opensha.sha.gui.controls.ConfirmDialogControlPanel
org.opensha.sha.gui.controls.PuenteHillsScenarioControlPanelUsingEqkRuptureCreation
- All Implemented Interfaces:
- Named
public class PuenteHillsScenarioControlPanelUsingEqkRuptureCreation
- extends ConfirmDialogControlPanel
Title: PuenteHillsScenarioControlPanelUsingEqkRuptureCreation
Description: Sets the param value to replicate the official scenario shakemap
for the Puente Hill Scenario (http://www.trinet.org/shake/Puente_Hills_se)
- Version:
- 1.0
- Author:
- : Edward (Ned) Field and Nitin Gupta
|
Method Summary |
void |
applyControl()
Sets the default Parameters in the Application for the Puente Hill Scenario |
void |
doinit()
This method will be called the first time the control panel is displayed. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NAME
public static final String NAME
- See Also:
- Constant Field Values
MESSAGE
public static final String MESSAGE
- See Also:
- Constant Field Values
D
protected static final boolean D
- See Also:
- Constant Field Values
PuenteHillsScenarioControlPanelUsingEqkRuptureCreation
public PuenteHillsScenarioControlPanelUsingEqkRuptureCreation(EqkRupSelectorGuiBean erfGuiBean,
AttenuationRelationshipGuiBean imrGuiBean,
SitesInGriddedRectangularRegionGuiBean regionGuiBean,
MapGuiBean mapGuiBean,
Component parent)
- Accepts 3 params for the EqkRupSelectorGuiBean, AttenuationRelationshipGuiBean, SitesInGriddedRectangularRegionGuiBean
from the applet.
- Parameters:
erfGuiBean - imrGuiBean - regionGuiBean - MapGuiBean -
doinit
public void doinit()
- Description copied from class:
ControlPanel
- This method will be called the first time the control panel is displayed. All
setup should be in this method and not in the constructor, so that the apps can
start quickly.
- Specified by:
doinit in class ControlPanel
applyControl
public void applyControl()
- Sets the default Parameters in the Application for the Puente Hill Scenario
- Specified by:
applyControl in class ConfirmDialogControlPanel