Package | Description |
---|---|
com.sun.electric.api.minarea | |
com.sun.electric.api.minarea.launcher |
Modifier and Type | Method and Description |
---|---|
void |
LayoutCell.traverseSubcellInstances(LayoutCell.SubcellHandler h)
Traverse all subcell instances by specified handler
|
void |
LayoutCell.traverseSubcellInstances(LayoutCell.SubcellHandler h,
int offset,
int count)
Traverse part of subcell instances by specified handler
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultLayoutCell.traverseSubcellInstances(LayoutCell.SubcellHandler h)
Traverse all subcell instances by specified handler
|
void |
DefaultLayoutCell.traverseSubcellInstances(LayoutCell.SubcellHandler h,
int offset,
int count)
Traverse part of subcell instances by specified handler
|