Package | Description |
---|---|
com.sun.electric.tool.user.dialogs | |
com.sun.electric.tool.user.waveform |
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 |
---|---|
static Panel |
Panel.getCurrentPanel() |
Panel |
HorizRuler.getPanel()
Method to return the Panel associated with this HorizRuler.
|
Panel |
WaveSignal.getPanel() |
Panel |
WaveformWindow.OnePanel.getPanel() |
Panel |
WaveformWindow.getPanel(int index)
Method to return a Panel in this window.
|
Panel |
WaveformWindow.makeNewPanel(Analysis analysis)
Method to create a new panel with an X range similar to others on the display.
|
Modifier and Type | Method and Description |
---|---|
java.util.Iterator<Panel> |
WaveformWindow.getPanels()
Method to return an Iterator over the Panel in this window.
|
Modifier and Type | Method and Description |
---|---|
void |
WaveformWindow.addPanel(Panel panel)
Method to add a Panel to this window.
|
void |
WaveformWindow.addPanel(Panel panel,
int index)
Method to add a Panel to this window.
|
static WaveSignal |
WaveSignal.addSignalToPanel(Signal sSig,
Panel panel,
java.awt.Color newColor) |
void |
WaveformWindow.closePanel(Panel wp)
Method called when a Panel is to be closed.
|
void |
WaveformWindow.deleteAllSignalsFromPanel(Panel wp)
Method called to delete all signals from a Panel.
|
void |
WaveformWindow.deleteSignalFromPanel(Panel wp)
Method called to delete the highlighted signal from its Panel.
|
int |
WaveformWindow.getPanelIndex(Panel panel)
Method to return the index of a Panel in this window.
|
java.util.List<PolyBase> |
HorizRuler.getPolysForPrinting(Panel drawHere)
Method to get a list of polygons describing this ruler.
|
void |
WaveformWindow.hidePanel(Panel wp)
Method called when a Panel is to be hidden.
|
void |
WaveformWindow.removePanel(Panel panel)
Method to remove a Panel from this window.
|
void |
WaveformWindow.setZoomExtents(double lowVert,
double highVert,
double lowHoriz,
double highHoriz,
Panel thePanel)
Method to set the zoom extents for this waveform window.
|
void |
WaveformWindow.showPanel(Panel wp)
Method called when a Panel is to be shown.
|
Constructor and Description |
---|
WaveformWindow.OnePanel(Panel panel,
WaveformWindow ww) |
WaveSignal(Panel wavePanel,
Signal sSig) |