Package | Description |
---|---|
com.sun.electric.technology |
Package for handling technology information.
|
com.sun.electric.technology.xml |
Package for handling versions of Technology Xml syntax.
|
com.sun.electric.tool.generator.layout |
Modifier and Type | Field and Description |
---|---|
Layer.Function |
Xml.Layer.function |
Modifier and Type | Method and Description |
---|---|
static Layer.Function |
Layer.Function.getContact(int l)
Method to find the Function that corresponds to a contact on a given layer.
|
static Layer.Function |
Layer.Function.getDummyExclMetal(int l)
Method to find the Function that corresponds to Dummy Exclusion Metal on a given layer.
|
static Layer.Function |
Layer.Function.getDummyMetal(int level)
Method to find the Function that corresponds to Dummy Metal on a given layer.
|
Layer.Function |
Layer.getFunction()
Method to return the Function of this Layer.
|
static Layer.Function |
Layer.Function.getMetal(int level)
Method to find the Function that corresponds to Metal on a given layer.
|
static Layer.Function |
Layer.Function.getPoly(int l)
Method to find the Function that corresponds to Polysilicon on a given layer.
|
static Layer.Function |
Layer.Function.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Layer.Function[] |
Layer.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<Layer.Function> |
Layer.Function.getFunctions()
Method to return a list of all Layer Functions.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Layer.Function.Set.contains(Layer.Function f,
int extraFunction)
Returns true if specified Functions is in this Set.
|
Layer |
Technology.findLayerFromFunction(Layer.Function fun,
int functionExtras)
Method to find the Layer in this Technology that matches a function description.
|
void |
Layer.setFunction(Layer.Function function)
Method to set the Function of this Layer.
|
void |
Layer.setFunction(Layer.Function function,
int functionExtras)
Method to set the Function of this Layer when the function is complex.
|
Constructor and Description |
---|
Layer.Function.Set(Layer.Function... funs)
Constructs Function.Set from varargs Functions.
|
Layer.Function.Set(Layer.Function f,
int extraB)
Constructs Function.Set from a Function plus extra bits
|
Constructor and Description |
---|
Layer.Function.Set(java.util.Collection<Layer.Function> funs)
Constructs Function.Set from a collection of Functions.
|
Modifier and Type | Field and Description |
---|---|
Layer.Function |
XmlParam.Layer.function |
Layer.Function |
Xml806.Layer.function |
Layer.Function |
Xml807.Layer.function |
Layer.Function |
Xml805.Layer.function |
Modifier and Type | Method and Description |
---|---|
static java.awt.geom.Rectangle2D |
LayoutLib.getBounds(Cell cell,
Layer.Function function)
Get the bounding box for the layer in the Cell.
|