public class CadPolylineBoundaryPath extends Object
The Cad polyline boundary path.
Constructor and Description |
---|
CadPolylineBoundaryPath()
Initializes a new instance of the
CadPolylineBoundaryPath class. |
Modifier and Type | Method and Description |
---|---|
int |
getMaxArrayLen()
Gets or sets the max array len.
|
List<CadBaseEntity> |
getObjects()
Gets or sets the points.
|
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 |
setClosed(boolean value)
Gets or sets a value indicating whether is closed.
|
void |
setMaxArrayLen(int value)
Gets or sets the max array len.
|
void |
setObjects(List<CadBaseEntity> value)
Gets or sets the points.
|
public CadPolylineBoundaryPath()
Initializes a new instance of the CadPolylineBoundaryPath
class.
public boolean hasBugle()
Gets or sets a value indicating whether has bugle.
public void setBugle(boolean value)
Gets or sets a value indicating whether has bugle.
public boolean isClosed()
Gets or sets a value indicating whether is closed.
public void setClosed(boolean value)
Gets or sets a value indicating whether is closed.
public int getMaxArrayLen()
Gets or sets the max array len.
public void setMaxArrayLen(int value)
Gets or sets the max array len.
public List<CadBaseEntity> getObjects()
Gets or sets the points.
public void setObjects(List<CadBaseEntity> value)
Gets or sets the points.
Copyright (c) 2008-2016 Aspose Pty Ltd. All Rights Reserved.