CdrArrow
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.DisposableObject, com.aspose.imaging.fileformats.cdr.objects.CdrObject, com.aspose.imaging.fileformats.cdr.objects.CdrDictionaryItem
public class CdrArrow extends CdrDictionaryItem
The cdr arrow
Constructors
Constructor | Description |
---|---|
CdrArrow() |
Methods
Method | Description |
---|---|
getPoints() | Gets the points. |
setPoints(PointD[] value) | Sets the points. |
getPointTypes() | Gets the point types. |
setPointTypes(byte[] value) | Sets the point types. |
CdrArrow()
public CdrArrow()
getPoints()
public final PointD[] getPoints()
Gets the points.
Returns: com.aspose.imaging.fileformats.cdr.types.PointD[] - the points.
setPoints(PointD[] value)
public final void setPoints(PointD[] value)
Sets the points.
Parameters:
Parameter | Type | Description |
---|---|---|
value | PointD[] | the points. |
getPointTypes()
public final byte[] getPointTypes()
Gets the point types.
Returns: byte[] - the point types.
setPointTypes(byte[] value)
public final void setPointTypes(byte[] value)
Sets the point types.
Parameters:
Parameter | Type | Description |
---|---|---|
value | byte[] | the point types. |