|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.electric.technology.Technology.MultiCutData
public static class Technology.MultiCutData
Class MultiCutData determines the locations of cuts in a multi-cut contact node.
Constructor Summary | |
---|---|
Technology.MultiCutData(ImmutableNodeInst niD,
TechPool techPool)
Constructor to initialize for multiple cuts. |
Method Summary | |
---|---|
Poly |
fillCutPoly(EPoint anchor,
int cut)
Method to fill in the contact cuts based on anchor information. |
protected Poly |
fillCutPoly(ImmutableNodeInst ni,
int cut)
Method to fill in the contact cuts of a contact when there are multiple cuts. |
double |
getCutSizeX()
Method to return the size of the cut along X. |
double |
getCutSizeY()
Method to return the size of the cut along Y. |
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. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Technology.MultiCutData(ImmutableNodeInst niD, TechPool techPool)
niD
- the NodeInst with multiple cuts.Method Detail |
---|
public int numCuts()
public int numCutsX()
public int numCutsY()
public double getCutSizeX()
public double getCutSizeY()
protected Poly fillCutPoly(ImmutableNodeInst ni, int cut)
public Poly fillCutPoly(EPoint anchor, int cut)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |