Package | Description |
---|---|
com.sun.electric.database.geometry |
Package for geometric support in Electric.
|
com.sun.electric.tool.erc.wellcheck | |
com.sun.electric.tool.placement | |
com.sun.electric.tool.user.menus |
Modifier and Type | Method and Description |
---|---|
boolean |
PolyMerge.arcPolyFits(Layer layer,
java.awt.geom.Point2D headLoc,
java.awt.geom.Point2D tailLoc,
double wid,
MutableBoolean headExtend,
MutableBoolean tailExtend)
Method to see if an arc fits in this merge with or without end extension.
|
Modifier and Type | Method and Description |
---|---|
static RTNode<ERCWellCheck.WellBound> |
Utils.searchInArea(java.awt.geom.Rectangle2D searchArea,
NetValues wellNum,
RTNode<ERCWellCheck.WellBound> rtree,
RTNode<ERCWellCheck.WellBound> allFound,
java.awt.geom.Point2D ctr,
MutableBoolean keepSearching,
int threadIndex)
Search in a given area
|
Modifier and Type | Method and Description |
---|---|
static double |
PlacementFrame.getStandardCellSize(java.util.List<PlacementFrame.PlacementNode> placementNodes,
MutableBoolean sizeIsWidth)
Method to examine all PlacementNodes and determine the size of "standard cells".
|
Modifier and Type | Method and Description |
---|---|
static java.util.Collection<FileMenu.RenameAndSaveLibraryTask> |
FileMenu.preventLoss(Library desiredLib,
int action,
MutableBoolean wantToMerge)
Method to check if one or more libraries are saved.
|