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

The connector

Constructors

ConstructorDescription
OdConnector(OdObject parent)Initializes a new instance of the OdConnector class.

Methods

MethodDescription
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:

ParameterTypeDescription
parentOdObjectThe 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:

ParameterTypeDescription
valueOdGraphicObject[]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:

ParameterTypeDescription
valuePointFThe 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:

ParameterTypeDescription
valuePointFThe point2.