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.
|
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 |
---|---|
void |
PrimitiveNode.setSizeOffset(SizeOffset offset)
Method to set the size offset of this PrimitiveNode.
|