|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ERectangle | |
---|---|
com.sun.electric.database | Package for the Electric database. |
com.sun.electric.database.geometry | Package for geometric support in Electric. |
com.sun.electric.database.hierarchy | Package for hierarchy (cell instances inside of cells). |
com.sun.electric.database.id | Package for Ids in the Electric database. |
com.sun.electric.technology | Package for handling technology information. |
com.sun.electric.technology.technologies | Package for the individual technologies. |
com.sun.electric.technology.xml | Package for handling versions of Technology Xml syntax. |
Uses of ERectangle in com.sun.electric.database |
---|
Methods in com.sun.electric.database that return ERectangle | |
---|---|
ERectangle |
CellBackup.computePrimitiveBounds()
|
ERectangle |
Snapshot.getCellBounds(CellId cellId)
|
ERectangle |
Snapshot.getCellBounds(int cellIndex)
|
ERectangle |
CellBackup.getPrimitiveBounds()
Returns bounds of all primitive arcs in this Cell or null if there are not primitives. |
Methods in com.sun.electric.database with parameters of type ERectangle | |
---|---|
void |
Snapshot.setCellBounds(CellId cellId,
ERectangle r)
Sets cell bounds for a cell with given CellId |
Snapshot |
Snapshot.with(Tool tool,
Environment environment,
CellBackup[] cellBackupsArray,
ERectangle[] cellBoundsArray,
LibraryBackup[] libBackupsArray)
Creates a new instance of Snapshot which differs from this Snapshot. |
Uses of ERectangle in com.sun.electric.database.geometry |
---|
Fields in com.sun.electric.database.geometry declared as ERectangle | |
---|---|
static ERectangle[] |
ERectangle.NULL_ARRAY
|
static ERectangle |
ERectangle.ORIGIN
|
Fields in com.sun.electric.database.geometry with type parameters of type ERectangle | |
---|---|
static ImmutableArrayList<ERectangle> |
ERectangle.EMPTY_LIST
|
Methods in com.sun.electric.database.geometry that return ERectangle | |
---|---|
static ERectangle |
ERectangle.fromGrid(long x,
long y,
long w,
long h)
Constructs and initializes a ERectangle
from the specified long coordinates in grid units. |
static ERectangle |
ERectangle.fromGrid(java.awt.geom.Rectangle2D r)
Returns ERectangle from specified Rectangle2D in grid units
snapped to the grid. |
static ERectangle |
ERectangle.fromLambda(double x,
double y,
double w,
double h)
Constructs and initializes a ERectangle
from the specified long coordinates in lambda units. |
static ERectangle |
ERectangle.fromLambda(java.awt.geom.Rectangle2D r)
Returns ERectangle from specified Rectangle2D in lambda units
snapped to the grid. |
Uses of ERectangle in com.sun.electric.database.hierarchy |
---|
Methods in com.sun.electric.database.hierarchy that return ERectangle | |
---|---|
ERectangle |
Cell.getBounds()
Method to return the bounds of this Cell. |
Uses of ERectangle in com.sun.electric.database.id |
---|
Methods in com.sun.electric.database.id that return ERectangle | |
---|---|
ERectangle |
IdReader.readRectangle()
Reads ERectangle. |
Methods in com.sun.electric.database.id with parameters of type ERectangle | |
---|---|
void |
IdWriter.writeRectangle(ERectangle r)
Writes ERectangle. |
Uses of ERectangle in com.sun.electric.technology |
---|
Methods in com.sun.electric.technology that return ERectangle | |
---|---|
ERectangle |
PrimitiveNode.getBaseRectangle()
Method to get the base (highlight) ERectangle of this PrimitiveNode. |
ERectangle |
PrimitiveNode.getFullRectangle()
Method to get the full (true) ERectangle of this PrimitiveNode. |
ERectangle |
Technology.getNodeInstBaseRectangle(NodeInst ni)
Method to get the base (highlight) ERectangle associated with a NodeInst in this PrimitiveNode. |
ERectangle |
BoundsBuilder.makeBounds()
|
Constructors in com.sun.electric.technology with parameters of type ERectangle | |
---|---|
PrimitiveNode(java.lang.String protoName,
Technology tech,
EPoint sizeCorrector1,
EPoint sizeCorrector2,
java.lang.String minSizeRule,
double defWidth,
double defHeight,
ERectangle fullRectangle,
ERectangle baseRectangle,
Technology.NodeLayer[] layers)
The constructor is never called externally. |
Uses of ERectangle in com.sun.electric.technology.technologies |
---|
Methods in com.sun.electric.technology.technologies that return ERectangle | |
---|---|
ERectangle |
Schematics.getNodeInstBaseRectangle(NodeInst ni)
Method to get the base (highlight) ERectangle associated with a NodeInst in this PrimitiveNode. |
Uses of ERectangle in com.sun.electric.technology.xml |
---|
Fields in com.sun.electric.technology.xml declared as ERectangle | |
---|---|
ERectangle |
XmlParam.PrimitiveNode.nodeBase
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |