com.sun.electric.tool.user.tecEdit
Class NodeInfo

java.lang.Object
  extended by com.sun.electric.tool.user.tecEdit.Info
      extended by com.sun.electric.tool.user.tecEdit.NodeInfo

public class NodeInfo
extends Info

This class defines information about nodes in the Technology Editor.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.sun.electric.tool.user.tecEdit.Info
Info.SpecialTextDescr
 
Field Summary
 
Fields inherited from class com.sun.electric.tool.user.tecEdit.Info
COMPMENU_KEY, HIGHLIGHTOBJ, LAYER_KEY, OPTION_KEY
 
Method Summary
static Cell[] getNodeCells(Library lib)
          Method to return an array of cells that comprise the nodes in a technology library.
 
Methods inherited from class com.sun.electric.tool.user.tecEdit.Info
createSpecialText, loadTableEntry
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getNodeCells

public static Cell[] getNodeCells(Library lib)
Method to return an array of cells that comprise the nodes in a technology library.

Parameters:
lib - the technology library.
Returns:
an array of cells for each node (in the proper order).