Package | Description |
---|---|
com.sun.electric.database.geometry |
Package for geometric support in Electric.
|
com.sun.electric.database.topology |
Package for connected Nodes and Arcs.
|
com.sun.electric.tool.erc |
Package for handling the Electrical-rules checking tools.
|
com.sun.electric.tool.routing |
Package for handling the Routing tools.
|
com.sun.electric.tool.routing.seaOfGates | |
com.sun.electric.tool.user |
Package for handling the user-interface tool.
|
com.sun.electric.util.math |
Modifier and Type | Field and Description |
---|---|
protected FixpRectangle |
PolyBase.bounds
the bounds of the points
|
Modifier and Type | Method and Description |
---|---|
FixpRectangle |
PolyBase.getBounds2D()
Method to return the bounds of this Poly.
|
FixpRectangle |
PolyBase.getBox()
Method to return a Rectangle that describes the orthogonal box in this Poly.
|
Modifier and Type | Method and Description |
---|---|
FixpRectangle |
PortInst.getBounds()
Method to return the bounds of this PortInst.
|
Modifier and Type | Method and Description |
---|---|
FixpRectangle |
ERCWellCheck.WellBound.getBounds() |
Modifier and Type | Method and Description |
---|---|
FixpRectangle |
ClockRouter.RepeaterBound.getBounds() |
Modifier and Type | Method and Description |
---|---|
FixpRectangle |
SeaOfGatesEngine.PossibleEndpoints.getGriddedRect() |
FixpRectangle |
SeaOfGatesEngine.PossibleEndpoints.getRect() |
Constructor and Description |
---|
SeaOfGatesEngine.PossibleEndpoints(double x,
double y,
FixpRectangle rect,
FixpRectangle rectGridded) |
Modifier and Type | Method and Description |
---|---|
FixpRectangle |
Highlighter.TextHighlightBound.getBounds() |
Modifier and Type | Method and Description |
---|---|
FixpRectangle |
FixpRectangle.createFixp(long fixpMinX,
long fixpMinY,
long fixpMaxX,
long fixpMaxY) |
static FixpRectangle |
FixpRectangle.from(java.awt.geom.Rectangle2D r) |
static FixpRectangle |
FixpRectangle.fromFixpDiagonal(long fixpMinX,
long fixpMinY,
long fixpMaxX,
long fixpMaxY) |
static FixpRectangle |
GenMath.getQTreeBox(AbstractFixpRectangle box,
int loc)
Calculates the bounding box of a child depending on the location.
|