SimulationContainer
public class InterfacialSWGraphic extends SimulationGraphic
Modifier and Type | Class | Description |
---|---|---|
static class |
InterfacialSWGraphic.Applet |
|
static class |
InterfacialSWGraphic.DataProcessorTensorSplitter |
Inner class to find the total pressure of the system from the pressure
tensor.
|
static class |
InterfacialSWGraphic.ModifierBoxSize |
Modifier and Type | Field | Description |
---|---|---|
protected MeterProfileByVolume |
densityProfileMeter |
|
protected boolean |
isExpanded |
|
protected MeterProfile |
muProfileMeter |
|
protected DeviceNSelector |
nSlider |
|
protected DeviceSlider |
nSurfactantSlider |
|
protected DisplayPlotXChart |
orientationPlot |
|
protected MeterProfileByAtoms |
orientationProfileMeter |
|
protected DataPumpListener |
orientationProfilePump |
|
protected DisplayPlotXChart |
profilePlot |
|
protected InterfacialSW |
sim |
|
protected MeterProfileByVolume |
surfactantProfileMeter |
|
protected DataPumpListener |
surfactantProfilePump |
|
protected DeviceSlider |
xSlider |
appName, controller, GRAPHIC_ONLY, simulation, space, TABBED_PANE, WINDOW_CLOSER
Constructor | Description |
---|---|
InterfacialSWGraphic(InterfacialSW simulation,
Space _space) |
Modifier and Type | Method | Description |
---|---|---|
static void |
main(java.lang.String[] args) |
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 DeviceNSelector nSlider
protected final DeviceSlider nSurfactantSlider
protected final DeviceSlider xSlider
protected final MeterProfileByVolume densityProfileMeter
protected final MeterProfileByVolume surfactantProfileMeter
protected final MeterProfileByAtoms orientationProfileMeter
protected final MeterProfile muProfileMeter
protected final DataPumpListener surfactantProfilePump
protected final DataPumpListener orientationProfilePump
protected final DisplayPlotXChart profilePlot
protected final DisplayPlotXChart orientationPlot
protected InterfacialSW sim
protected boolean isExpanded
public InterfacialSWGraphic(InterfacialSW simulation, Space _space)