public class CdrArrow extends CdrDictionaryItem
The cdr arrow
| Constructor and Description |
|---|
CdrArrow() |
| Modifier and Type | Method and Description |
|---|---|
PointD[] |
getPoints()
Gets the points.
|
byte[] |
getPointTypes()
Gets the point types.
|
void |
setPoints(PointD[] value)
Sets the points.
|
void |
setPointTypes(byte[] value)
Sets the point types.
|
getId, setIdgetDocument, getParent, setDocument, setParentclose, dispose, getDisposedpublic final PointD[] getPoints()
Gets the points.
public final void setPoints(PointD[] value)
Sets the points.
value - the points.public final byte[] getPointTypes()
Gets the point types.
public final void setPointTypes(byte[] value)
Sets the point types.
value - the point types.Copyright (c) 2008-2022 Aspose Pty Ltd. All Rights Reserved.