public static class Technology.MultiCutData
extends java.lang.Object
Constructor and Description |
---|
Technology.MultiCutData(ImmutableNodeInst niD,
TechPool techPool)
Constructor to initialize for multiple cuts.
|
Modifier and Type | Method and Description |
---|---|
long |
getCutSep1D()
Method to return the 1D distance in the contact node
|
long |
getCutSep2D()
Method to return the 2D distance in the contact node
|
long |
getCutSizeX()
Method to return the cut X size of the via
|
long |
getCutSizeY()
Method to return the cut Y size of the via
|
int |
numCuts()
Method to return the number of cuts in the contact node.
|
int |
numCutsX()
Method to return the number of cuts along X axis in the contact node.
|
int |
numCutsY()
Method to return the number of cuts along Y axis in the contact node.
|
public Technology.MultiCutData(ImmutableNodeInst niD, TechPool techPool)
niD
- the NodeInst with multiple cuts.public int numCuts()
public int numCutsX()
public int numCutsY()
public long getCutSep1D()
public long getCutSep2D()
public long getCutSizeX()
public long getCutSizeY()