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

Packages that use PrimitiveNodeSize
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. 
 

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

Methods in com.sun.electric.database.topology that return PrimitiveNodeSize
 PrimitiveNodeSize NodeInst.getNodeInstSize(VarContext context)
          Method to return the size of this NodeInst in terms of width and height/length depending on the type of primitive.
 PrimitiveNodeSize NodeInst.getPrimitiveDependentNodeSize(VarContext context)
          Method to return the size of this PrimitiveNode-dependend NodeInst like transistors and resistors.
 

Uses of PrimitiveNodeSize in com.sun.electric.technology
 

Subclasses of PrimitiveNodeSize in com.sun.electric.technology
 class TransistorSize
          Holds the Width and Length of a PrimitiveNode that is a transistor.
 

Methods in com.sun.electric.technology that return PrimitiveNodeSize
 PrimitiveNodeSize Technology.getResistorSize(NodeInst ni, VarContext context)
          Method to return the size of a resistor-type NodeInst in this Technology.
 

Methods in com.sun.electric.technology with parameters of type PrimitiveNodeSize
 java.util.List<PrimitiveNode.NodeSizeRule.NodeSizeRuleError> PrimitiveNode.NodeSizeRule.checkSize(PrimitiveNodeSize size)
          Methot to check whether the current NodeSize size meets original conditions provided by the technology.
 java.util.List<PrimitiveNode.NodeSizeRule.NodeSizeRuleError> PrimitiveNode.AsymmetricNodeSizeRule.checkSize(PrimitiveNodeSize size)
          Methot to check whether the current NodeSize size meets original conditions provided by the technology.
 

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

Methods in com.sun.electric.technology.technologies that return PrimitiveNodeSize
 PrimitiveNodeSize Schematics.getResistorSize(NodeInst ni, VarContext context)
          Method to return the size of a resistor-type NodeInst in this Technology.