OdConnector
Contenu
[
Cacher
]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
Le connecteur
Constructeurs
| Constructeur | Description |
|---|---|
| OdConnector(OdObject parent) | Initialise une nouvelle instance de la classe OdConnector. |
Méthodes
| Méthode | Description |
|---|---|
| getPathCommands() | Obtient ou définit les commandes de chemin. |
| setPathCommands(OdGraphicObject[] value) | Obtient ou définit les commandes de chemin. |
| getPoint1() | Obtient ou définit le point1. |
| setPoint1(PointF value) | Obtient ou définit le point1. |
| getPoint2() | Obtient ou définit le point2. |
| setPoint2(PointF value) | Obtient ou définit le point2. |
OdConnector(OdObject parent)
public OdConnector(OdObject parent)
Initialise une nouvelle instance de la classe OdConnector.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| parent | OdObject | Le parent. |
getPathCommands()
public OdGraphicObject[] getPathCommands()
Obtient ou définit les commandes de chemin.
Returns: com.aspose.imaging.fileformats.opendocument.objects.graphic.OdGraphicObject[] - Les commandes de chemin.
setPathCommands(OdGraphicObject[] value)
public void setPathCommands(OdGraphicObject[] value)
Obtient ou définit les commandes de chemin.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| value | OdGraphicObject[] | Les commandes de chemin. |
getPoint1()
public PointF getPoint1()
Obtient ou définit le point1.
Returns: PointF - The point1.
setPoint1(PointF value)
public void setPoint1(PointF value)
Obtient ou définit le point1.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| value | PointF | Le point1. |
getPoint2()
public PointF getPoint2()
Obtient ou définit le point2.
Returns: PointF - The point2.
setPoint2(PointF value)
public void setPoint2(PointF value)
Obtient ou définit le point2.
Parameters:
| Paramètre | Type | Description |
|---|---|---|
| value | PointF | Le point2. |