Package | Description |
---|---|
com.sun.electric.tool.routing |
Package for handling the Routing tools.
|
com.sun.electric.tool.routing.experimentalLeeMoore1 | |
com.sun.electric.tool.routing.experimentalLeeMoore1.LeeMoore |
Modifier and Type | Method and Description |
---|---|
void |
RoutingFrame.RoutingSegment.addWireEnd(RoutingFrame.RoutePoint rp)
Method to define a wire end that is part of the final route.
|
Constructor and Description |
---|
RoutingFrame.RouteWire(RoutingFrame.RoutingLayer layer,
RoutingFrame.RoutePoint start,
RoutingFrame.RoutePoint end,
double width)
Constructor for defining a wire in the final routing.
|
Modifier and Type | Method and Description |
---|---|
static RoutingFrame.RoutePoint[] |
Wiring.connect(RoutingFrame.RoutingSegment rs,
Tupel tA,
Tupel tB)
Connect two tupels.
|
RoutingFrame.RoutePoint |
RoutingPart.getEndRoutePoint()
Get RoutePoint of end
|
static RoutingFrame.RoutePoint[] |
Wiring.getRoutePoints(Tupel tA,
Tupel tB)
Place route points at the location given by the two tupels.
|
RoutingFrame.RoutePoint |
RoutingPart.getStartRoutePoint()
Get RoutePoint of start
|
Modifier and Type | Method and Description |
---|---|
static void |
Wiring.connect(RoutingFrame.RoutingSegment rs,
RoutingFrame.RoutePoint rp1,
RoutingFrame.RoutePoint rp2)
Connect two route points.
|
RoutingPart |
RoutingPart.getPrefixPart(Tupel middlePoint,
RoutingFrame.RoutePoint rp)
Split the routing part at the given middle point and return the prefix part.
|
RoutingPart |
RoutingPart.getSuffixPart(Tupel middlePoint,
RoutingFrame.RoutePoint rp)
Split the routing part at the given middle point and return the suffix part.
|
void |
RoutingPart.setEndRoutePoint(RoutingFrame.RoutePoint rpEnd)
Set RoutePoint of end
|
void |
RoutingPart.setStartRoutePoint(RoutingFrame.RoutePoint rpStart)
Set RoutePoint of start
|
Modifier and Type | Method and Description |
---|---|
boolean |
Tupel.isEqualPosition(RoutingFrame.RoutePoint rp1)
Check whether the route point has the same electric coordinates without checking the layer
|