Uses of Class
com.sun.electric.tool.user.waveform.Panel

Packages that use Panel
com.sun.electric.tool.user.dialogs   
com.sun.electric.tool.user.waveform   
 

Uses of Panel in com.sun.electric.tool.user.dialogs
 

Constructors in com.sun.electric.tool.user.dialogs with parameters of type Panel
WaveformZoom(java.awt.Frame parent, double lowVert, double highVert, double lowHoriz, double highHoriz, WaveformWindow curWindow, Panel curPanel)
          Creates new form Waveform Zoom
 

Uses of Panel in com.sun.electric.tool.user.waveform
 

Methods in com.sun.electric.tool.user.waveform that return Panel
static Panel Panel.getCurrentPanel()
           
 Panel WaveformWindow.OnePanel.getPanel()
           
 Panel HorizRuler.getPanel()
          Method to return the Panel associated with this HorizRuler.
 Panel WaveSignal.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.
 

Methods in com.sun.electric.tool.user.waveform that return types with arguments of type Panel
 java.util.Iterator<Panel> WaveformWindow.getPanels()
          Method to return an Iterator over the Panel in this window.
 

Methods in com.sun.electric.tool.user.waveform with parameters of type Panel
 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.
 

Constructors in com.sun.electric.tool.user.waveform with parameters of type Panel
WaveformWindow.OnePanel(Panel panel, WaveformWindow ww)
           
WaveSignal(Panel wavePanel, Signal sSig)