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 |
SimulationData.plot(Cell cell,
java.net.URL url,
WaveformWindow ww)
Plot the simulation data for cell found at url in ww.
|
static void |
SimulationData.plotGuessed(Cell cell,
WaveformWindow ww)
Based on the provided cell, make an educated guess
about which simulation file the user has in mind, and plot
that.
|
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) |
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.
|
static WaveformWindow |
WaveformWindow.getCurrentWaveformWindow() |
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() |
Modifier and Type | Method and Description |
---|---|
static void |
WaveformWindow.refreshSimulationData(Stimuli sd,
WaveformWindow ww)
Method to display simulation data in an existing waveform window; ignores preferences.
|
Constructor and Description |
---|
Panel(WaveformWindow waveWindow,
int height)
Constructor creates a panel in a WaveformWindow.
|
SweepSignal(java.lang.String name,
WaveformWindow ww) |
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) |