Package | Description |
---|---|
com.sun.electric.technology |
Package for handling technology information.
|
Modifier and Type | Method and Description |
---|---|
static EdgeH |
EdgeH.fromCenter(double amt)
Describes a position that is away from the center by a specified amount.
|
static EdgeH |
EdgeH.fromLeft(double amt)
Describes a position that is in from the left by a specified amount.
|
static EdgeH |
EdgeH.fromRight(double amt)
Describes a position that is in from the right by a specified amount.
|
EdgeH |
PrimitivePort.getLeft()
Method to return the left edge of the PrimitivePort as a value that scales with the actual NodeInst.
|
EdgeH |
Technology.NodeLayer.getLeftEdge()
Returns the left edge coordinate (a scalable EdgeH object) associated with this NodeLayer.
|
EdgeH |
PrimitivePort.getRight()
Method to return the right edge of the PrimitivePort as a value that scales with the actual NodeInst.
|
EdgeH |
Technology.NodeLayer.getRightEdge()
Returns the right edge coordinate (a scalable EdgeH object) associated with this NodeLayer.
|
EdgeH |
Technology.TechPoint.getX()
Returns the EdgeH that converts a NodeInst into an X coordinate on that NodeInst.
|
static EdgeH |
EdgeH.makeCenter()
Creates a position that describes the center of the NodeInst.
|
static EdgeH |
EdgeH.makeLeftEdge()
Creates a position that describes the left edge of the NodeInst.
|
static EdgeH |
EdgeH.makeRightEdge()
Creates a position that describes the right edge of the NodeInst.
|
EdgeH |
EdgeH.withAdder(double adder)
Returns EdgeH with the new adder.
|
Modifier and Type | Method and Description |
---|---|
static PrimitivePort |
PrimitivePort.newInstance(Technology tech,
PrimitiveNode parent,
ArcProto[] portArcs,
java.lang.String protoName,
int portAngle,
int portRange,
int portTopology,
PortCharacteristic characteristic,
EdgeH left,
EdgeV bottom,
EdgeH right,
EdgeV top)
Method to create a new PrimitivePort from the parameters.
|
Technology.TechPoint |
Technology.TechPoint.withX(EdgeH x)
Returns the TechPoint with a new EdgeH
|
Constructor and Description |
---|
TechPoint(EdgeH x,
EdgeV y)
Constructs a
TechPoint with the specified description. |