Uses of Class
com.sun.electric.technology.xml.XmlParam.Distance

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

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

Fields in com.sun.electric.technology.xml declared as XmlParam.Distance
 XmlParam.Distance XmlParam.PrimitiveNode.defaultHeight
           
 XmlParam.Distance XmlParam.PrimitiveNode.defaultWidth
           
 XmlParam.Distance XmlParam.ArcLayer.extend
           
 XmlParam.Distance XmlParam.NodeLayer.hx
           
 XmlParam.Distance XmlParam.PrimitivePort.hx
           
 XmlParam.Distance XmlParam.NodeLayer.hy
           
 XmlParam.Distance XmlParam.PrimitivePort.hy
           
 XmlParam.Distance XmlParam.NodeLayer.lx
           
 XmlParam.Distance XmlParam.PrimitivePort.lx
           
 XmlParam.Distance XmlParam.NodeLayer.ly
           
 XmlParam.Distance XmlParam.PrimitivePort.ly
           
 

Fields in com.sun.electric.technology.xml with type parameters of type XmlParam.Distance
 java.util.Map<java.lang.String,java.util.Map<XmlParam.Layer,XmlParam.Distance>> XmlParam.RuleSet.layerRules
           
 

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

Methods in com.sun.electric.technology.xml that return types with arguments of type XmlParam.Distance
 java.util.Map<XmlParam.Layer,XmlParam.Distance> XmlParam.RuleSet.newLayerRule(java.lang.String ruleName)
           
 

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