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