Uses of Class
com.sun.electric.tool.routing.RouteElement

Packages that use RouteElement
com.sun.electric.tool.routing Package for handling the Routing tools. 
 

Uses of RouteElement in com.sun.electric.tool.routing
 

Subclasses of RouteElement in com.sun.electric.tool.routing
 class RouteElementArc
          Class for defining RouteElements that are arcs.
 class RouteElementPort
          Class for defining RouteElements that are ports.
 

Methods in com.sun.electric.tool.routing that return types with arguments of type RouteElement
 java.util.Iterator<RouteElement> RouteElementPort.getNewArcs()
          Get an iterator over any newArc RouteElements connected to this newNode RouteElement.
 

Methods in com.sun.electric.tool.routing with parameters of type RouteElement
protected static double Router.getArcWidthToUse(RouteElement re, ArcProto ap)
          Get arc width to use to connect to RouteElement re.
protected static Dimension2D Router.getContactSize(RouteElement re)
           
protected static Dimension2D Router.getContactSize(RouteElement startRE, RouteElement endRE)
          Get the dimensions of a contact that will connect between startRE and endRE.
 

Constructor parameters in com.sun.electric.tool.routing with type arguments of type RouteElement
Route(java.util.Collection<RouteElement> c)
          Constructs a route containing the elements of the passed route, in the order they are returned by the route iterator, and having the same start and end RouteElement (if Collection is a Route).