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

Packages that use Technology.ArcLayer
com.sun.electric.technology Package for handling technology information. 
 

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

Methods in com.sun.electric.technology that return Technology.ArcLayer
 Technology.ArcLayer[] ArcProto.getArcLayers()
          Method to return the list of ArcLayers that comprise this ArcProto..
 

Methods in com.sun.electric.technology with parameters of type Technology.ArcLayer
protected  ArcProto Technology.newArcProto(java.lang.String protoName, double lambdaWidthOffset, double defaultWidth, ArcProto.Function function, Technology.ArcLayer... layers)
          Method to create a new ArcProto from the parameters.