Package | Description |
---|---|
com.sun.electric.technology |
Package for handling technology information.
|
Modifier and Type | Method and Description |
---|---|
Technology.ArcLayer[] |
ArcProto.getArcLayers()
Method to return the list of ArcLayers that comprise this ArcProto..
|
Modifier and Type | Method and Description |
---|---|
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.
|
Constructor and Description |
---|
ArcProto.Curvable(Technology tech,
java.lang.String protoName,
double lambdaElibWidthOffset,
ArcProto.Function function,
Technology.ArcLayer[] layers,
int primArcIndex) |
ArcProto(Technology tech,
java.lang.String protoName,
double lambdaElibWidthOffset,
ArcProto.Function function,
Technology.ArcLayer[] layers,
int primArcIndex)
The constructor is never called.
|