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

الموصل

المنشئات

المنشئالوصف
OdConnector(OdObject parent)يقوم بإنشاء نسخة جديدة من الفئة OdConnector.

الطرق

طريقةالوصف
getPathCommands()يحصل أو يضبط أوامر المسار.
setPathCommands(OdGraphicObject[] value)يحصل أو يضبط أوامر المسار.
getPoint1()يحصل أو يعيّن point1.
setPoint1(PointF value)يحصل أو يعيّن point1.
getPoint2()يحصل أو يعيّن point2.
setPoint2(PointF value)يحصل أو يعيّن point2.

OdConnector(OdObject parent)

public OdConnector(OdObject parent)

يقوم بإنشاء نسخة جديدة من الفئة OdConnector.

Parameters:

معاملنوعالوصف
parentOdObjectالأصل.

getPathCommands()

public OdGraphicObject[] getPathCommands()

يحصل أو يضبط أوامر المسار.

Returns: com.aspose.imaging.fileformats.opendocument.objects.graphic.OdGraphicObject[] - أوامر المسار.

setPathCommands(OdGraphicObject[] value)

public void setPathCommands(OdGraphicObject[] value)

يحصل أو يضبط أوامر المسار.

Parameters:

معاملنوعالوصف
valueOdGraphicObject[]أوامر المسار.

getPoint1()

public PointF getPoint1()

يحصل أو يعيّن point1.

Returns: PointF - The point1.

setPoint1(PointF value)

public void setPoint1(PointF value)

يحصل أو يعيّن point1.

Parameters:

معاملنوعالوصف
valuePointFالنقطة1.

getPoint2()

public PointF getPoint2()

يحصل أو يعيّن point2.

Returns: PointF - The point2.

setPoint2(PointF value)

public void setPoint2(PointF value)

يحصل أو يعيّن point2.

Parameters:

معاملنوعالوصف
valuePointFالنقطة2.