Package | Description |
---|---|
com.sun.electric.technology |
Package for handling technology information.
|
Modifier and Type | Field and Description |
---|---|
java.util.List<Technology.TechPoint> |
Xml.NodeLayer.techPoints |
Modifier and Type | Method and Description |
---|---|
Technology.TechPoint[] |
Technology.NodeLayer.getPoints()
Returns the list of coordinates (stored as TechPoints) associated with this NodeLayer.
|
static Technology.TechPoint[] |
Technology.TechPoint.makeCenterBox()
Method to make a 2-long TechPoint array that describes a point at the center of the node.
|
static Technology.TechPoint[] |
Technology.TechPoint.makeIndentedFromCenter(double amountX,
double amountY)
Method to make a 2-long TechPoint array that describes indentation from the center by a specified amount.
|
Technology.TechPoint |
Technology.TechPoint.withX(EdgeH x)
Returns the TechPoint with a new EdgeH
|
Technology.TechPoint |
Technology.TechPoint.withY(EdgeV y)
Returns the TechPoint with a new EdgeV
|
Modifier and Type | Method and Description |
---|---|
static Technology.NodeLayer |
Technology.NodeLayer.makeMulticut(Layer layer,
int portNum,
Poly.Type style,
Technology.TechPoint[] techPoints,
double sizeX,
double sizeY,
double sep1d,
double sep2d) |
static Technology.NodeLayer |
Technology.NodeLayer.makeMulticut(Layer layer,
int portNum,
Poly.Type style,
Technology.TechPoint[] techPoints,
ECoord sizeX,
ECoord sizeY,
ECoord sep1d,
ECoord sep2d) |
Constructor and Description |
---|
Technology.NodeLayer(Layer layer,
int portNum,
Poly.Type style,
int representation,
Technology.TechPoint[] points)
Constructs a
NodeLayer with the specified description. |
Technology.NodeLayer(Layer layer,
int portNum,
Poly.Type style,
int representation,
Technology.TechPoint[] points,
ECoord lWidth,
ECoord rWidth,
ECoord extentT,
ECoord extendB)
Constructs a
NodeLayer with the specified description. |