OdConnector

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

ConstructeurDescription
OdConnector(OdObject parent)Initialise une nouvelle instance de la classe OdConnector.

Méthodes

MéthodeDescription
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ètreTypeDescription
parentOdObjectLe 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ètreTypeDescription
valueOdGraphicObject[]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ètreTypeDescription
valuePointFLe 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ètreTypeDescription
valuePointFLe point2.