Package | Description |
---|---|
com.sun.electric.database |
Package for the Electric database.
|
com.sun.electric.database.hierarchy |
Package for hierarchy (cell instances inside of cells).
|
Modifier and Type | Method and Description |
---|---|
Variable |
ImmutableIconInst.getDefinedParameter(Variable.AttrKey key)
Method to return the Parameter on this ImmuatbleIconInst with a given key.
|
Variable |
ImmutableCell.getParameter(Variable.AttrKey key)
Method to return the Parameter on this ImmuatbleCell with a given key.
|
ImmutableCell |
ImmutableCell.withoutParam(Variable.AttrKey key)
Returns ImmutableCell which differs from this ImmutableCell by removing parameter
with the specified key.
|
ImmutableIconInst |
ImmutableIconInst.withoutParam(Variable.AttrKey key)
Returns ImmutableIconInst which differs from this ImmutableIconInst by removing parameter
with the specified key.
|
Modifier and Type | Method and Description |
---|---|
void |
Cell.CellGroup.delParam(Variable.AttrKey key)
Method to delete a parameter from icons/scheamtics this CellGroup.
|
void |
Cell.CellGroup.renameParam(Variable.AttrKey key,
Variable.AttrKey newName)
Rename a parameter.
|
void |
Cell.CellGroup.updateParam(Variable.AttrKey key,
java.lang.Object value)
Method to update a parameter on icons/schematics of this CellGroup with the specified values.
|
void |
Cell.CellGroup.updateParamText(Variable.AttrKey key,
java.lang.String text)
Method to update a text parameter on icons/schematics of this ElectricObject with the specified values.
|