public class HighlightConnectivity
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
HighlightConnectivity.QCBound
Class to define an R-Tree leaf node for geometry in the data structure.
|
static class |
HighlightConnectivity.QCNetID |
static class |
HighlightConnectivity.QCPoly |
static class |
HighlightConnectivity.QCVia
Class to define an R-Tree leaf node for vias in the geometric data structure.
|
static class |
HighlightConnectivity.StoreTopology
Class to save computed topology in a Cell.
|
Modifier and Type | Field and Description |
---|---|
static Variable.Key |
TOPOLOGY_QUICK_DATA
key of Variable holding cell topology.
|
static Variable.Key |
TOPOLOGY_QUICK_DATE
key of Variable holding date of cell topology.
|
Constructor and Description |
---|
HighlightConnectivity(Cell cell) |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
getTopology()
Method to return the extracted topology.
|
public static final Variable.Key TOPOLOGY_QUICK_DATA
public static final Variable.Key TOPOLOGY_QUICK_DATE
public HighlightConnectivity(Cell cell)