Package | Description |
---|---|
com.sun.electric.technology |
Package for handling technology information.
|
Modifier and Type | Field and Description |
---|---|
ArcProto.Function |
Xml.ArcProto.function |
Modifier and Type | Method and Description |
---|---|
static ArcProto.Function |
ArcProto.Function.findByPrintName(java.lang.String name)
Method to find a Function from its name.
|
static ArcProto.Function |
ArcProto.Function.getContact(int level)
Method to find the Function that corresponds to a contact on a given arc.
|
ArcProto.Function |
ArcProto.getFunction()
Method to return the function of this ArcProto.
|
static ArcProto.Function |
ArcProto.Function.getMetal(int level)
Method to find the Function that corresponds to Metal on a given layer.
|
static ArcProto.Function |
ArcProto.Function.getPoly(int level)
Method to find the Function that corresponds to Polysilicon on a given layer.
|
static ArcProto.Function |
ArcProto.Function.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ArcProto.Function[] |
ArcProto.Function.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<ArcProto.Function> |
ArcProto.Function.getFunctions()
Method to return a List of all ArcProto functions.
|
Modifier and Type | Method and Description |
---|---|
ArcProto |
Technology.getArc(ArcProto.Function fun,
int mask)
Method to find an ArcProto with a given function and mask layer.
|
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.
|