Package | Description |
---|---|
com.sun.electric.technology |
Package for handling technology information.
|
com.sun.electric.technology.xml |
Package for handling versions of Technology Xml syntax.
|
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.makeFullBox()
Method to make a 2-long TechPoint array that describes a box that fills the node.
|
static Technology.TechPoint[] |
Technology.TechPoint.makeIndented(double amount)
Method to make a 2-long TechPoint array that describes indentation by a specified amount.
|
static Technology.TechPoint[] |
Technology.TechPoint.makeIndented(double amountX,
double amountY)
Method similat to makeIndented(double amount) where the X and Y specified amounts are different
|
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) |
Constructor and Description |
---|
NodeLayer(Layer layer,
int portNum,
Poly.Type style,
int representation,
Technology.TechPoint[] points)
Constructs a
NodeLayer with the specified description. |
NodeLayer(Layer layer,
int portNum,
Poly.Type style,
int representation,
Technology.TechPoint[] points,
double lWidth,
double rWidth,
double extentT,
double extendB)
Constructs a
NodeLayer with the specified description. |
Modifier and Type | Field and Description |
---|---|
java.util.List<Technology.TechPoint> |
XmlParam.NodeLayer.techPoints |
java.util.List<Technology.TechPoint> |
Xml807.NodeLayer.techPoints |
java.util.List<Technology.TechPoint> |
Xml805.NodeLayer.techPoints |
java.util.List<Technology.TechPoint> |
Xml806.NodeLayer.techPoints |