Package | Description |
---|---|
com.sun.electric.tool.io.input | |
com.sun.electric.tool.simulation |
Package for handling the simulation tool.
|
com.sun.electric.tool.user.dialogs | |
com.sun.electric.tool.user.ui | |
com.sun.electric.tool.user.waveform |
Modifier and Type | Method and Description |
---|---|
static void |
Simulate.plotSimulationResults(FileType type,
Cell cell,
java.net.URL fileURL,
WaveformWindow ww)
Method to read simulation output of a given type.
|
Modifier and Type | Method and Description |
---|---|
WaveformWindow |
Stimuli.getWaveformWindow()
Method to return the WaveformWindow that displays this simulation data.
|
Modifier and Type | Method and Description |
---|---|
void |
Stimuli.setWaveformWindow(WaveformWindow ww) |
static void |
Simulation.showSimulationData(Stimuli sd,
WaveformWindow ww)
Method to display simulation data in a waveform window.
|
Constructor and Description |
---|
WaveformZoom(java.awt.Frame parent,
double lowVert,
double highVert,
double lowHoriz,
double highHoriz,
WaveformWindow curWindow,
Panel curPanel)
Creates new form Waveform Zoom
|
Modifier and Type | Method and Description |
---|---|
WaveformWindow |
WindowFrame.getWaveformWindow()
Method to return the WaveformWindow associated with this frame.
|
Modifier and Type | Method and Description |
---|---|
static WaveformWindow |
WaveformWindow.findWaveformWindow(Cell cell)
Method to return the waveform window associated with a Cell.
|
WaveformWindow |
WaveformWindow.OnePanel.getWaveformWindow() |
WaveformWindow |
WaveformWindow.Locator.getWaveformWindow()
Method to return the WaveformWindow found by this locator class.
|
WaveformWindow |
HorizRuler.getWaveformWindow()
Method to return the WaveformWindow in which this ruler lives.
|
WaveformWindow |
Panel.getWaveWindow() |
Constructor and Description |
---|
Panel(WaveformWindow waveWindow,
boolean analog,
Analysis.AnalysisType analysisType)
Constructor creates a panel in a WaveformWindow.
|
SweepSignal(java.lang.Object obj,
WaveformWindow ww,
Analysis an) |
WaveformWindow.Locator(EditWindow wnd,
WaveformWindow wantWW)
The constructor takes an EditWindow and a WaveformWindow and determines whether they are associated.
|
WaveformWindow.OnePanel(Panel panel,
WaveformWindow ww) |