Package | Description |
---|---|
com.sun.electric.database.geometry |
Package for geometric support in Electric.
|
com.sun.electric.technology.technologies |
Package for the individual technologies.
|
Modifier and Type | Field and Description |
---|---|
protected PolyBase.Point[] |
PolyBase.points
the points
|
Modifier and Type | Method and Description |
---|---|
static PolyBase.Point |
PolyBase.from(ECoord x,
ECoord y)
Constructs and initializes a
PolyBase.Point with the
specified coordinates. |
static PolyBase.Point |
PolyBase.from(java.awt.geom.Point2D p)
Constructs and initializes a
PolyBase.Point with the
specified Point2D . |
static PolyBase.Point |
PolyBase.fromFixp(long fixpX,
long fixpY)
Constructs and initializes a
PolyBase.Point with the
specified fixed-point long coordinates. |
static PolyBase.Point |
PolyBase.fromGrid(long gridX,
long gridY)
Constructs and initializes a
PolyBase.Point with the
specified grid coordinates. |
static PolyBase.Point |
PolyBase.fromLambda(double lambdaX,
double lambdaY)
Constructs and initializes a
PolyBase.Point with the
specified lambda coordinates. |
PolyBase.Point[] |
PolyBase.getPoints()
Method to return the points associated with this Poly.
|
PolyBase.Point[] |
PolyQTree.PolyNode.getPoints(boolean includeInitialPoint) |
static PolyBase.Point[] |
PolyBase.makePoints(double lX,
double hX,
double lY,
double hY)
Method to create an array of Points that describes a Rectangle.
|
static PolyBase.Point[] |
PolyBase.makePoints(java.awt.geom.Rectangle2D rect)
Method to create an array of Points that describes a Rectangle.
|
Constructor and Description |
---|
Poly(PolyBase.Point... points)
The constructor creates a new Poly given an array of points.
|
Poly3D(PolyBase.Point[] points,
double lz,
double hz)
The constructor creates a new Poly given an array of points.
|
PolyBase(PolyBase.Point... points)
The constructor creates a new Poly given an array of points.
|
Modifier and Type | Method and Description |
---|---|
static PolyBase.Point[] |
Artwork.fillEllipse(java.awt.geom.Point2D center,
double sX,
double sY,
double startoffset,
double endangle)
Method to return an array of Point2D that describe an ellipse.
|
PolyBase.Point[] |
Artwork.fillSpline(EPoint c,
EPoint[] tracePoints)
Method to convert the given spline control points into a spline curve.
|