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

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

public class LayerInfo
extends Info

This class defines information about layers 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[] getLayerCells(Library lib)
          Method to return an array of cells that comprise the layers 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

getLayerCells

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

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