public class CadPolylineBoundaryPath extends Object implements ICadBoundaryPath
The Cad polyline boundary path.
| Constructor and Description |
|---|
CadPolylineBoundaryPath() |
| Modifier and Type | Method and Description |
|---|---|
List<Double> |
getBugles()
Gets list of bugles.
|
int |
getMaxArrayLen()
Gets or sets the max array len.
|
List<Point2D> |
getVertices()
Gets list of vertices.
|
boolean |
hasBugle()
Gets or sets a value indicating whether has bugle.
|
boolean |
isClosed()
Gets or sets a value indicating whether is closed.
|
void |
setBugle(boolean value)
Gets or sets a value indicating whether has bugle.
|
void |
setBugles(List<Double> value)
Gets list of bugles.
|
void |
setClosed(boolean value)
Gets or sets a value indicating whether is closed.
|
void |
setMaxArrayLen(int value)
Gets or sets the max array len.
|
void |
setVertices(List<Point2D> value)
Gets list of vertices.
|
public final boolean hasBugle()
Gets or sets a value indicating whether has bugle.
public final void setBugle(boolean value)
Gets or sets a value indicating whether has bugle.
public final boolean isClosed()
Gets or sets a value indicating whether is closed.
public final void setClosed(boolean value)
Gets or sets a value indicating whether is closed.
public final int getMaxArrayLen()
Gets or sets the max array len.
public final void setMaxArrayLen(int value)
Gets or sets the max array len.
Copyright (c) 2008-2021 Aspose Pty Ltd. All Rights Reserved.