|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Layer.Function | |
---|---|
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 |
Uses of Layer.Function in com.sun.electric.technology |
---|
Fields in com.sun.electric.technology declared as Layer.Function | |
---|---|
Layer.Function |
Xml.Layer.function
|
Methods in com.sun.electric.technology that return Layer.Function | |
---|---|
static Layer.Function |
Layer.Function.getContact(int level)
Method to find the Function that corresponds to a contact 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 level)
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. |
Methods in com.sun.electric.technology that return types with arguments of type Layer.Function | |
---|---|
static java.util.List<Layer.Function> |
Layer.Function.getFunctions()
Method to return a list of all Layer Functions. |
Methods in com.sun.electric.technology with parameters of type Layer.Function | |
---|---|
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. |
void |
Layer.setFunction(Layer.Function function,
int functionExtras,
boolean pseudo)
Method to set the Function of this Layer when the function is complex. |
Constructors in com.sun.electric.technology with parameters of type Layer.Function | |
---|---|
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 parameters in com.sun.electric.technology with type arguments of type Layer.Function | |
---|---|
Layer.Function.Set(java.util.Collection<Layer.Function> funs)
Constructs Function.Set from a collection of Functions. |
Uses of Layer.Function in com.sun.electric.technology.xml |
---|
Fields in com.sun.electric.technology.xml declared as Layer.Function | |
---|---|
Layer.Function |
Xml806.Layer.function
|
Layer.Function |
Xml805.Layer.function
|
Layer.Function |
XmlParam.Layer.function
|
Layer.Function |
Xml807.Layer.function
|
Uses of Layer.Function in com.sun.electric.tool.generator.layout |
---|
Methods in com.sun.electric.tool.generator.layout with parameters of type Layer.Function | |
---|---|
static java.awt.geom.Rectangle2D |
LayoutLib.getBounds(Cell cell,
Layer.Function function)
Get the bounding box for the layer in the Cell. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |