Uses of Class
com.sun.electric.technology.PrimitiveNode.NodeSizeRule

Packages that use PrimitiveNode.NodeSizeRule
com.sun.electric.technology Package for handling technology information. 
com.sun.electric.tool.drc Package for handling the design-rule checking tool. 
 

Uses of PrimitiveNode.NodeSizeRule in com.sun.electric.technology
 

Subclasses of PrimitiveNode.NodeSizeRule in com.sun.electric.technology
 class PrimitiveNode.AsymmetricNodeSizeRule
          Class to detect those asymmetric metal contacts in new technologies where witdh and height are different but they don't care about orientation
 

Methods in com.sun.electric.technology that return PrimitiveNode.NodeSizeRule
 PrimitiveNode.NodeSizeRule PrimitiveNode.getMinSizeRule()
          Method to return the minimum size rule for this PrimitiveNode.
 

Uses of PrimitiveNode.NodeSizeRule in com.sun.electric.tool.drc
 

Methods in com.sun.electric.tool.drc that return PrimitiveNode.NodeSizeRule
static PrimitiveNode.NodeSizeRule DRC.getMinSize(NodeProto np)
          Method to get the minimum size rule for a NodeProto.