Package | Description |
---|---|
com.sun.electric.database |
Package for the Electric database.
|
com.sun.electric.database.geometry |
Package for geometric support in Electric.
|
com.sun.electric.technology |
Package for handling technology information.
|
com.sun.electric.tool.generator |
Package for handling generation tools (PLA, ROM, pad-frame, etc.)
|
com.sun.electric.tool.routing |
Package for handling the Routing tools.
|
com.sun.electric.tool.user |
Package for handling the user-interface tool.
|
com.sun.electric.tool.user.ui |
Modifier and Type | Method and Description |
---|---|
Dimension2D |
EditingPreferences.getAlignmentToGrid()
Method to return the default alignment of objects to the grid.
|
Dimension2D[] |
EditingPreferences.getAlignmentToGridVector()
Method to return an array of five grid alignment values.
|
Modifier and Type | Method and Description |
---|---|
EditingPreferences |
EditingPreferences.withAlignment(Dimension2D[] dist,
int current)
Method to set the default alignment of objects to the grid.
|
Modifier and Type | Class and Description |
---|---|
static class |
Dimension2D.Double
Class to define a Double-precision Dimension object.
|
Modifier and Type | Method and Description |
---|---|
static void |
DBMath.gridAlign(java.awt.geom.Point2D pt,
Dimension2D alignment)
Method to snap a point to the nearest database-space grid unit.
|
static void |
DBMath.gridAlign(java.awt.geom.Point2D pt,
Dimension2D alignment,
int direction)
Method to snap the X, Y or both coordinates of a point to the nearest database-space grid unit
|
Constructor and Description |
---|
Dimension2D.Double(Dimension2D d)
Constructor to build a Dimension2D.Double.
|
Modifier and Type | Method and Description |
---|---|
Dimension2D |
PrimitiveNode.getAutoGrowth()
Method to get the auto-growth factor for this PrimitiveNode.
|
Modifier and Type | Method and Description |
---|---|
static Cell |
PadGenerator.makePadFrameUseJob(Library destLib,
java.lang.String fileName,
Dimension2D alignment,
Job job)
Method to generate a pad frame from an array file.
|
Modifier and Type | Method and Description |
---|---|
Route |
VerticalRoute.buildRoute(Cell cell,
java.awt.geom.Point2D location,
Dimension2D contactSize,
int arcAngle,
PolyMerge stayInside)
Builds a Route using the specification from specifyRoute(), but without
connecting to startRE and endRE.
|
void |
RouteElementPort.setNodeSize(Dimension2D size)
Set the size of a newNode.
|
Modifier and Type | Method and Description |
---|---|
static Dimension2D |
User.getAlignmentToGrid()
Method to return the default alignment of objects to the grid.
|
static Dimension2D[] |
User.getAlignmentToGridVector()
Method to return an array of five grid alignment values.
|
Modifier and Type | Method and Description |
---|---|
static NodeInst |
Clipboard.copyListToCell(Cell toCell,
java.util.List<Geometric> geomList,
java.util.List<DisplayedText> textList,
java.util.List<Geometric> newGeomList,
java.util.List<DisplayedText> newTextList,
java.awt.geom.Point2D delta,
boolean copyExports,
boolean uniqueArcs,
Dimension2D alignment,
java.awt.geom.AffineTransform inPlace,
Orientation inPlaceOrient)
Method to copy the list of Geometrics to a new Cell.
|
static void |
Clipboard.copyListToClipboard(java.util.List<Geometric> geomList,
java.util.List<DisplayedText> textList,
Dimension2D alignment,
java.awt.geom.AffineTransform inPlace,
Orientation inPlaceOrient) |
static void |
User.setAlignmentToGridVector(Dimension2D[] dist,
int current)
Method to set the default alignment of objects to the grid.
|
Constructor and Description |
---|
CircuitChangeJobs.AlignObjects(java.util.List<Geometric> highs,
Dimension2D alignment) |
Modifier and Type | Method and Description |
---|---|
static Dimension2D |
MeasureListener.getLastMeasuredDistance() |