SimulationContainer
public class NormalModeAnalysisDisplay3DGraphic extends SimulationGraphic
Modifier and Type | Class | Description |
---|---|---|
static class |
NormalModeAnalysisDisplay3DGraphic.Applet |
Modifier and Type | Field | Description |
---|---|---|
protected IData |
AHarm |
|
protected double[] |
coeffs |
|
protected DataDoubleArray[] |
dataEVec |
|
protected DataDouble.DataInfoDouble |
dataInfoA |
|
protected DataDoubleArray[] |
dataWV |
|
protected DisplayTextBox |
displayAHarmonic |
|
protected DisplayTable |
displayTableEigen |
|
protected DisplayTable |
displayTableWV |
|
protected DataTable |
eigenTable |
|
protected double[][][] |
eigenVectors |
|
protected IAction |
eValPostAction |
|
protected DeviceEigenvaluesSlider |
eValSlider |
|
protected double[] |
eVec |
|
protected MeterHarmonicCoordinate |
meterHarmonicCoordinate |
|
protected int |
numEval |
|
protected int |
numWV |
|
protected double[][] |
omega2 |
|
protected IAction |
resetAction |
|
protected NormalModeAnalysisDisplay3D |
sim |
|
protected IDataSink |
sinkEigen |
|
protected IDataSink |
sinkWV |
|
protected java.lang.String[] |
so2 |
|
protected java.lang.String[] |
stringiWV |
|
protected java.lang.String[] |
stringOmega2 |
|
protected IAction |
waveVectorPostAction |
|
protected double[] |
wavevectorx |
|
protected double[] |
wavevectory |
|
protected double[] |
wavevectorz |
|
protected DataTable |
wvTable |
appName, controller, GRAPHIC_ONLY, simulation, space, TABBED_PANE, WINDOW_CLOSER
Constructor | Description |
---|---|
NormalModeAnalysisDisplay3DGraphic(NormalModeAnalysisDisplay3D 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 NormalModeAnalysisDisplay3D sim
protected DataTable wvTable
protected DataTable eigenTable
protected DataDoubleArray[] dataWV
protected DataDoubleArray[] dataEVec
protected final DisplayTable displayTableWV
protected final DisplayTable displayTableEigen
protected IDataSink sinkWV
protected IDataSink sinkEigen
protected java.lang.String[] stringiWV
protected java.lang.String[] stringOmega2
protected java.lang.String[] so2
protected double[] coeffs
protected IData AHarm
protected DisplayTextBox displayAHarmonic
protected DataDouble.DataInfoDouble dataInfoA
protected DeviceEigenvaluesSlider eValSlider
protected int numWV
protected int numEval
protected double[] wavevectorx
protected double[] wavevectory
protected double[] wavevectorz
protected double[] eVec
protected double[][] omega2
protected double[][][] eigenVectors
protected final IAction waveVectorPostAction
protected final IAction eValPostAction
protected final IAction resetAction
protected MeterHarmonicCoordinate meterHarmonicCoordinate
public NormalModeAnalysisDisplay3DGraphic(NormalModeAnalysisDisplay3D simulation, Space space)