Package | Description |
---|---|
com.sun.electric.database.hierarchy |
Package for hierarchy (cell instances inside of cells).
|
com.sun.electric.database.text |
Package for handling text.
|
com.sun.electric.tool.io.input | |
com.sun.electric.tool.io.output | |
com.sun.electric.tool.user |
Package for handling the user-interface tool.
|
Modifier and Type | Field and Description |
---|---|
static View |
View.DOC
Defines the Documentation view (a text view).
|
static View |
View.DOCWAVE
Defines the simulation snapshot view.
|
static View |
View.ICON
Defines the Icon view.
|
static View |
View.LAYOUT
Defines the Layout view.
|
static View |
View.LAYOUTCOMP
Defines the Compensated view.
|
static View |
View.LAYOUTSKEL
Defines the Skeleton view.
|
static View |
View.NETLIST
Defines the general Netlist view (a text view).
|
static View |
View.NETLISTALS
Defines the ALS (netlist) view (a text view).
|
static View |
View.NETLISTNETLISP
Defines the NetLisp (netlist) view (a text view).
|
static View |
View.NETLISTQUISC
Defines the QUISC (netlist) view (a text view).
|
static View |
View.NETLISTRSIM
Defines the RSIM (netlist) view (a text view).
|
static View |
View.NETLISTSILOS
Defines the SILOS (netlist) view (a text view).
|
static View |
View.SCHEMATIC
Defines the Schematic view.
|
static View |
View.UNKNOWN
Defines the unknown view.
|
static View |
View.VERILOG
Defines the Verilog view (a text view).
|
static View |
View.VHDL
Defines the VHDL view (a text view).
|
Modifier and Type | Method and Description |
---|---|
static View |
View.findView(java.lang.String name)
Method to return a View using its full or short name.
|
View |
Cell.getView()
Method to get this Cell's View.
|
static View |
View.newInstance(java.lang.String fullName,
java.lang.String abbreviation)
Method to create a View with the given name.
|
static View |
View.newTextInstance(java.lang.String fullName,
java.lang.String abbreviation)
Method to create a Text-only View with the given name.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<View> |
View.getOrderedViews()
Method to return a List of all libraries, sorted by name.
|
static java.util.Iterator<View> |
View.getViews()
Method to return an iterator over the views.
|
Modifier and Type | Method and Description |
---|---|
int |
View.compareTo(View that)
Compares two
View objects. |
static Cell |
Library.findCellInLibraries(java.lang.String cellName,
View view,
java.lang.String libraryName) |
Cell |
Cell.otherView(View view)
Method to find the Cell of a given View that is in the same group as this Cell.
|
IdMapper |
Cell.setView(View newView)
Method to change the view of this Cell.
|
Modifier and Type | Method and Description |
---|---|
View |
CellName.getView()
Method to return the view part of a parsed Cell name.
|
Modifier and Type | Method and Description |
---|---|
static CellName |
CellName.newName(java.lang.String name,
View view,
int version)
Create a CellName from the given name, view, and version.
|
Modifier and Type | Method and Description |
---|---|
protected View |
LibraryFiles.findOldViewName(java.lang.String viewName)
Method to find the View to use for an old View name.
|
Modifier and Type | Method and Description |
---|---|
static Cell |
Verilog.findCell(java.lang.String verilogName,
View preferredView)
Find a cell corresponding to the Verilog-style name
of a cell.
|
Modifier and Type | Method and Description |
---|---|
static void |
ViewChanges.changeCellView(Cell cell,
View newView)
CHANGE A CELL'S VIEW
|