Package com.sun.electric.tool.routing

Package for handling the Routing tools.

See:
          Description

Class Summary
AutoStitch Class which implements the Auto Stitching tool.
InteractiveRouter An Interactive Router has several methods that build on Router methods to provide interactive control to user.
Maze Class to do maze routing (single wire at a time).
MimicStitch This is the Mimic Stitching tool.
River Class to do river routing.
Route Specifies a route to be created.
RouteElement A Route describes a new connection to be made.
RouteElementArc Class for defining RouteElements that are arcs.
RouteElementPort Class for defining RouteElements that are ports.
Router Parent Class for all Routers.
Router.ArcWidth  
Router.CreateRouteJob Job to create the route.
Routing This is the Routing tool.
Routing.Activity Class to describe recent activity that pertains to routing.
SeaOfGates Class to control sea-of-gates routing.
SeaOfGates.NetsToRouteByLength Comparator class for sorting NetsToRoute by their length and power/ground usage.
SeaOfGatesEngine Class to do sea-of-gates routing.
SimpleWirer A Simple wiring tool for the user to draw wires.
VerticalRoute Class to route vertically (in Z direction) between two RouteElements.
 

Enum Summary
RouteElement.RouteElementAction RouteElementAction is a type safe enum class for describing the action to be take by a RouteElement object.
 

Package com.sun.electric.tool.routing Description

Package for handling the Routing tools.