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

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

public class GeneralInfo
extends Info

This class defines general information about a technology 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
 
Constructor Summary
GeneralInfo()
           
 
Method Summary
static java.awt.Color[] getTransparentColors(NodeInst ni)
          Method to get the transparent color information from a NodeInst.
 
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
 

Constructor Detail

GeneralInfo

public GeneralInfo()
Method Detail

getTransparentColors

public static java.awt.Color[] getTransparentColors(NodeInst ni)
Method to get the transparent color information from a NodeInst.

Parameters:
ni - the NodeInst to examine.
Returns:
an array of Color values. Returns null if no such data exists on the NodeInst.