OdConnector
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.imaging.fileformats.opendocument.OdObject, com.aspose.imaging.fileformats.opendocument.objects.graphic.OdGraphicObject, com.aspose.imaging.fileformats.opendocument.objects.graphic.OdStyledObject
public class OdConnector extends OdStyledObject
The connector
Constructors
| Constructor | Description |
|---|---|
| OdConnector(OdObject parent) | Initializes a new instance of the OdConnector class. |
Methods
| Method | Description |
|---|---|
| getPathCommands() | Gets or sets the path commands. |
| setPathCommands(OdGraphicObject[] value) | Gets or sets the path commands. |
| getPoint1() | Gets or sets the point1. |
| setPoint1(PointF value) | Gets or sets the point1. |
| getPoint2() | Gets or sets the point2. |
| setPoint2(PointF value) | Gets or sets the point2. |
OdConnector(OdObject parent)
public OdConnector(OdObject parent)
Initializes a new instance of the OdConnector class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| parent | OdObject | The parent. |
getPathCommands()
public OdGraphicObject[] getPathCommands()
Gets or sets the path commands.
Returns: com.aspose.imaging.fileformats.opendocument.objects.graphic.OdGraphicObject[] - The path commands.
setPathCommands(OdGraphicObject[] value)
public void setPathCommands(OdGraphicObject[] value)
Gets or sets the path commands.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | OdGraphicObject[] | The path commands. |
getPoint1()
public PointF getPoint1()
Gets or sets the point1.
Returns: PointF - The point1.
setPoint1(PointF value)
public void setPoint1(PointF value)
Gets or sets the point1.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | PointF | The point1. |
getPoint2()
public PointF getPoint2()
Gets or sets the point2.
Returns: PointF - The point2.
setPoint2(PointF value)
public void setPoint2(PointF value)
Gets or sets the point2.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | PointF | The point2. |