Class | Description |
---|---|
AutoStitch |
Class which implements the Auto Stitching tool.
|
AutoStitch.AutoOptions |
Class to package Preferences for the server.
|
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.
|
MimicStitch.MimicOptions |
Class to package Preferences for the server.
|
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.ContactSize |
ContactSize class to deterime the arc sizes and contact size between two
objects to be connected by the wirer.
|
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.
|
SeaOfGates.SeaOfGatesOptions |
Class to hold preferences during Sea-of-Gates routing run.
|
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 | Description |
---|---|
RouteElement.RouteElementAction |
RouteElementAction is a type safe enum class for
describing the action to be take by a RouteElement
object.
|