Package | Description |
---|---|
com.sun.electric.tool.user.tecEdit |
Modifier and Type | Method and Description |
---|---|
static java.util.List<Example> |
Example.getExamples(Cell np,
boolean isNode,
TechConversionResult tcr,
java.util.List<Example> variations)
Method to parse the node examples in cell "np" and return a list of
EXAMPLEs (one per example).
|
Modifier and Type | Method and Description |
---|---|
static java.util.List<Example> |
Example.getExamples(Cell np,
boolean isNode,
TechConversionResult tcr,
java.util.List<Example> variations)
Method to parse the node examples in cell "np" and return a list of
EXAMPLEs (one per example).
|
void |
TechConversionResult.markStretchProblem(java.util.List<Example> neList,
Sample ns,
Cell cell,
double sampleCoord,
boolean xDir)
Method to mark an error in determining stretching rules.
|