Package | Description |
---|---|
com.aspose.cad.fileformats.cad.cadobjects.hatch |
Modifier and Type | Method and Description |
---|---|
Point2D |
Point2D.Clone() |
Point2D |
CadBoundaryPathCircularArc.getCenterPoint()
Gets or sets the centerPoint.
|
Point2D |
CadBoundaryPathCircularEllipse.getCenterPoint()
Gets or sets the centerPoint.
|
Point2D |
CadBoundaryPathSpline.getEndTangent()
Gets or sets the end tangent.
|
Point2D |
CadBoundaryPathLine.getFirstPoint()
Gets or sets the first Point.
|
Point2D |
CadBoundaryPathCircularEllipse.getMajorEndPoint()
Gets or sets the majour end point.
|
Point2D |
CadBoundaryPathLine.getSecondPoint()
Gets or sets the second Point.
|
Point2D |
CadBoundaryPathSpline.getStartTangent()
Gets or sets the start tangent.
|
Modifier and Type | Method and Description |
---|---|
List<Point2D> |
CadBoundaryPathSpline.getControlPoints()
Gets or sets the control points.
|
List<Point2D> |
CadBoundaryPathSpline.getFitPoints()
Gets or sets the fit points.
|
List<Point2D> |
CadPolylineBoundaryPath.getVertices()
Gets list of vertices.
|
Modifier and Type | Method and Description |
---|---|
void |
Point2D.CloneTo(Point2D that) |
static boolean |
Point2D.isEquals(Point2D obj1,
Point2D obj2) |
void |
CadBoundaryPathCircularArc.setCenterPoint(Point2D value)
Gets or sets the centerPoint.
|
void |
CadBoundaryPathCircularEllipse.setCenterPoint(Point2D value)
Gets or sets the centerPoint.
|
void |
CadBoundaryPathSpline.setEndTangent(Point2D value)
Gets or sets the end tangent.
|
void |
CadBoundaryPathLine.setFirstPoint(Point2D value)
Gets or sets the first Point.
|
void |
CadBoundaryPathCircularEllipse.setMajorEndPoint(Point2D value)
Gets or sets the majour end point.
|
void |
CadBoundaryPathLine.setSecondPoint(Point2D value)
Gets or sets the second Point.
|
void |
CadBoundaryPathSpline.setStartTangent(Point2D value)
Gets or sets the start tangent.
|
Modifier and Type | Method and Description |
---|---|
void |
CadBoundaryPathSpline.setControlPoints(List<Point2D> value)
Gets or sets the control points.
|
void |
CadBoundaryPathSpline.setFitPoints(List<Point2D> value)
Gets or sets the fit points.
|
void |
CadPolylineBoundaryPath.setVertices(List<Point2D> value)
Gets list of vertices.
|