Packages

 

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

Class OdArc

    • Constructor Detail

      • OdArc

        public OdArc(OdObject parent)

        Initializes a new instance of the OdArc class.

        Parameters:
        parent - The parent.
    • Method Detail

      • isArcTo

        public boolean isArcTo()

        Gets or sets a value indicating whether this instance is arc to.

        Returns:
        true if this instance is arc to; otherwise, false.
      • setArcTo

        public void setArcTo(boolean value)

        Gets or sets a value indicating whether this instance is arc to.

        Parameters:
        value - true if this instance is arc to; otherwise, false.
      • isEllipticalQundrantX

        public boolean isEllipticalQundrantX()

        Gets or sets a value indicating whether this instance is elliptical quadrant x.

        Returns:
        true if this instance is elliptical quadrant x; otherwise, false.
      • setEllipticalQundrantX

        public void setEllipticalQundrantX(boolean value)

        Gets or sets a value indicating whether this instance is elliptical quadrant x.

        Parameters:
        value - true if this instance is elliptical quadrant x; otherwise, false.
      • isEllipticalQundrantY

        public boolean isEllipticalQundrantY()

        Gets or sets a value indicating whether this instance is elliptical quadrant y.

        Returns:
        true if this instance is elliptical qundrant y; otherwise, false.
      • setEllipticalQundrantY

        public void setEllipticalQundrantY(boolean value)

        Gets or sets a value indicating whether this instance is elliptical quadrant y.

        Parameters:
        value - true if this instance is elliptical qundrant y; otherwise, false.
      • getClockWise

        public boolean getClockWise()

        Gets or sets a value indicating whether [clock wise].

        Returns:
        true if [clock wise]; otherwise, false.
      • setClockWise

        public void setClockWise(boolean value)

        Gets or sets a value indicating whether [clock wise].

        Parameters:
        value - true if [clock wise]; otherwise, false.
      • 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.
      • getPoint3

        public PointF getPoint3()

        Gets or sets the point3.

        Returns:
        The point3.
      • setPoint3

        public void setPoint3(PointF value)

        Gets or sets the point3.

        Parameters:
        value - The point3.
      • getPoint4

        public PointF getPoint4()

        Gets or sets the point4.

        Returns:
        The point4.
      • setPoint4

        public void setPoint4(PointF value)

        Gets or sets the point4.

        Parameters:
        value - The point4.