Uses of Class
com.sun.electric.technology.Technology.Distance

Packages that use Technology.Distance
com.sun.electric.technology Package for handling technology information. 
com.sun.electric.technology.xml Package for handling versions of Technology Xml syntax. 
 

Uses of Technology.Distance in com.sun.electric.technology
 

Methods in com.sun.electric.technology that return Technology.Distance
 Technology.Distance Technology.Distance.clone()
           
 

Methods in com.sun.electric.technology with parameters of type Technology.Distance
 void Technology.Distance.assign(Technology.Distance d)
           
 PrimitiveNode Layer.makePureLayerNode(java.lang.String nodeName, double size, Technology.Distance xmlSize, Poly.Type style, java.lang.String portName, ArcProto... connections)
          Method to make the Pure Layer Node associated with this Layer.
 

Constructors in com.sun.electric.technology with parameters of type Technology.Distance
Technology.ArcLayer(Layer layer, Poly.Type style, Technology.Distance xmlExtend)
          Constructs an ArcLayer with the specified description.
 

Uses of Technology.Distance in com.sun.electric.technology.xml
 

Methods in com.sun.electric.technology.xml with parameters of type Technology.Distance
 void XmlParam.Distance.assign(Technology.Distance d)