Packages

 

com.aspose.imaging.fileformats.opendocument.objects.graphic

Class OdConnector

    • Constructor Detail

      • OdConnector

        public OdConnector(OdObject parent)

        Initializes a new instance of the OdConnector class.

        Parameters:
        parent - The parent.
    • Method Detail

      • getPathCommands

        public OdGraphicObject[] getPathCommands()

        Gets or sets the path commands.

        Returns:
        The path commands.
      • setPathCommands

        public void setPathCommands(OdGraphicObject[] value)

        Gets or sets the path commands.

        Parameters:
        value - The path commands.
      • getPoint1

        public PointF getPoint1()

        Gets or sets the point1.

        Returns:
        The point1.
      • setPoint1

        public void setPoint1(PointF value)

        Gets or sets the point1.

        Parameters:
        value - The point1.
      • getPoint2

        public PointF getPoint2()

        Gets or sets the point2.

        Returns:
        The point2.
      • setPoint2

        public void setPoint2(PointF value)

        Gets or sets the point2.

        Parameters:
        value - The point2.