public static class RoutingFrame.RouteWire
extends java.lang.Object
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.
|
public RoutingFrame.RouteWire(RoutingFrame.RoutingLayer layer, RoutingFrame.RoutePoint start, RoutingFrame.RoutePoint end, double width)
layer
- the RoutingLayer on which this wire resides.start
- a RoutePoint that defines the start of the wire.end
- a RoutePoint that defines the finish of the wire.width
- the width of the wire.