Package | Description |
---|---|
com.sun.electric.database.hierarchy |
Package for hierarchy (cell instances inside of cells).
|
com.sun.electric.database.prototype |
Package for the prototype classes in Electric.
|
com.sun.electric.technology |
Package for handling technology information.
|
com.sun.electric.technology.xml |
Package for handling versions of Technology Xml syntax.
|
Modifier and Type | Method and Description |
---|---|
SizeOffset |
Cell.getProtoSizeOffset()
Method to get the size offset of this Cell.
|
Modifier and Type | Method and Description |
---|---|
SizeOffset |
NodeProto.getProtoSizeOffset()
Method to size offset of this NodeProto.
|
Modifier and Type | Field and Description |
---|---|
static SizeOffset |
SizeOffset.ZERO_OFFSET
Offset with all zero distances.
|
Modifier and Type | Method and Description |
---|---|
SizeOffset |
PrimitiveNode.getProtoSizeOffset()
Method to get the size offset of this PrimitiveNode.
|
Modifier and Type | Method and Description |
---|---|
static PrimitiveNode |
PrimitiveNode.newInstance(java.lang.String protoName,
Technology tech,
double width,
double height,
SizeOffset offset,
Technology.NodeLayer[] layers)
Method to create a new PrimitiveNode from the parameters.
|
void |
PrimitiveNode.setSizeOffset(SizeOffset offset)
Method to set the size offset of this PrimitiveNode.
|
Modifier and Type | Field and Description |
---|---|
SizeOffset |
Xml805.PrimitiveNode.sizeOffset |
SizeOffset |
Xml807.PrimitiveNode.sizeOffset |
SizeOffset |
Xml806.PrimitiveNode.sizeOffset |