Uses of Class
com.sun.electric.technology.TransistorSize

Packages that use TransistorSize
com.sun.electric.database.topology Package for connected Nodes and Arcs. 
com.sun.electric.technology Package for handling technology information. 
com.sun.electric.technology.technologies Package for the individual technologies. 
com.sun.electric.tool.extract Package for handling node extraction, parasitics, etc. 
 

Uses of TransistorSize in com.sun.electric.database.topology
 

Methods in com.sun.electric.database.topology that return TransistorSize
 TransistorSize NodeInst.getTransistorSize(VarContext context)
          Method to return the size of this transistor NodeInst.
 

Uses of TransistorSize in com.sun.electric.technology
 

Methods in com.sun.electric.technology that return TransistorSize
 TransistorSize Technology.getTransistorSize(NodeInst ni, VarContext context)
          Method to return the size of a transistor NodeInst in this Technology.
 

Uses of TransistorSize in com.sun.electric.technology.technologies
 

Methods in com.sun.electric.technology.technologies that return TransistorSize
 TransistorSize Schematics.getTransistorSize(NodeInst ni, VarContext context)
          Method to return the size of a transistor NodeInst in this Technology.
 

Uses of TransistorSize in com.sun.electric.tool.extract
 

Constructors in com.sun.electric.tool.extract with parameters of type TransistorSize
TransistorPBucket(NodeInst ni, TransistorSize size, java.lang.String gName, java.lang.String sName, java.lang.String dName, double factor)