SimulationContainer
public class InsertionGraphic extends SimulationGraphic
Modifier and Type | Class | Description |
---|---|---|
static class |
InsertionGraphic.Applet |
|
class |
InsertionGraphic.MeterWidom |
Modifier and Type | Field | Description |
---|---|---|
double |
lambda |
|
DeviceBox |
lamBox |
|
InsertionGraphic.MeterWidom |
meterWidom |
|
javax.swing.JComboBox |
potentialChooser |
|
java.awt.event.ItemListener |
potentialChooserListener |
|
protected P2HardSphere |
potentialHS |
|
protected P2SquareWell |
potentialSW |
|
protected Insertion |
sim |
|
protected DeviceThermoSlider |
tempSlider |
|
DisplayPlotXChart |
widom2Plot |
|
protected DisplayPlotXChart |
widomHistPlot |
appName, controller, GRAPHIC_ONLY, simulation, space, TABBED_PANE, WINDOW_CLOSER
Constructor | Description |
---|---|
InsertionGraphic(Insertion simulation) |
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
public DeviceBox lamBox
public double lambda
protected Insertion sim
public InsertionGraphic.MeterWidom meterWidom
protected DisplayPlotXChart widomHistPlot
public DisplayPlotXChart widom2Plot
public InsertionGraphic(Insertion simulation)