| Package | Description |
|---|---|
| com.sun.electric.tool.generator.flag.router |
| Modifier and Type | Method and Description |
|---|---|
Channel |
LayerChannels.findChanOverVertInterval(double x,
double y1,
double y2)
For a horizontal layer, find a channel that covers a vertical pin
at x from y1 to y2.
|
Channel |
LayerChannels.findVertBridge(Channel horChan1,
Channel horChan2,
double x1,
double x2)
For a vertical layer, find a vertical channel between x1 and x2
that can connect the two horizontal channels: horChan1 and horChan2.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Collection<Channel> |
LayerChannels.getChannels() |
| Modifier and Type | Method and Description |
|---|---|
void |
LayerChannels.add(Channel ch) |
int |
Channel.compareTo(Channel c) |
Channel |
LayerChannels.findVertBridge(Channel horChan1,
Channel horChan2,
double x1,
double x2)
For a vertical layer, find a vertical channel between x1 and x2
that can connect the two horizontal channels: horChan1 and horChan2.
|
| Constructor and Description |
|---|
Track(double coord,
Channel channel,
int trackNdx) |