SimulationContainer
public class SwmdGraphic extends SimulationGraphic
Modifier and Type | Class | Description |
---|---|---|
static class |
SwmdGraphic.Applet |
|
static class |
SwmdGraphic.DataSinkExcludeOverlap |
|
protected class |
SwmdGraphic.ModifierAtomDiameter |
Modifier and Type | Field | Description |
---|---|---|
protected Unit |
dUnit |
|
DeviceBox |
epsBox |
|
double |
epsilon |
|
protected Unit |
eUnit |
|
double |
lambda |
|
DeviceBox |
lamBox |
|
double |
mass |
|
DeviceBox |
massBox |
|
protected Unit |
mUnit |
|
javax.swing.JComboBox |
potentialChooser |
|
java.awt.event.ItemListener |
potentialChooserListener |
|
protected P2HardSphere |
potentialHS |
|
protected P2Ideal |
potentialIdeal |
|
protected P2SquareWell |
potentialSW |
|
protected Unit |
pUnit |
|
DeviceBox |
sigBox |
|
double |
sigma |
|
protected Swmd |
sim |
|
protected DeviceThermoSlider |
tempSlider |
|
protected Unit |
tUnit |
appName, controller, GRAPHIC_ONLY, simulation, space, TABBED_PANE, WINDOW_CLOSER
Constructor | Description |
---|---|
SwmdGraphic(Swmd simulation,
Space _space) |
Modifier and Type | Method | Description |
---|---|---|
static void |
main(java.lang.String[] args) |
|
void |
setPotential(java.lang.String potentialDesc) |
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 DeviceThermoSlider tempSlider
public java.awt.event.ItemListener potentialChooserListener
public javax.swing.JComboBox potentialChooser
protected P2HardSphere potentialHS
protected P2SquareWell potentialSW
protected P2Ideal potentialIdeal
public DeviceBox sigBox
public DeviceBox epsBox
public DeviceBox lamBox
public DeviceBox massBox
public double lambda
public double epsilon
public double mass
public double sigma
protected Unit tUnit
protected Unit eUnit
protected Unit dUnit
protected Unit pUnit
protected Unit mUnit
protected Swmd sim