Packages

 

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

Class OdAngleEllipse

  • Direct Known Subclasses:
    OdCircle


    public class OdAngleEllipse
    extends OdStyledObject

    The Enhanced angle ellipse

    • Constructor Detail

      • OdAngleEllipse

        public OdAngleEllipse(OdObject parent)

        Initializes a new instance of the OdAngleEllipse class.

        Parameters:
        parent - The parent.
    • Method Detail

      • getStartAngle

        public float getStartAngle()

        Gets or sets the start angle.

        Returns:
        The start angle.
      • setStartAngle

        public void setStartAngle(float value)

        Gets or sets the start angle.

        Parameters:
        value - The start angle.
      • getEndAngle

        public float getEndAngle()

        Gets or sets the end angle.

        Returns:
        The end angle.
      • setEndAngle

        public void setEndAngle(float value)

        Gets or sets the end angle.

        Parameters:
        value - The end angle.
      • getClosed

        public boolean getClosed()

        Gets or sets a value indicating whether this OdAngleEllipse is closed.

        Returns:
        true if closed; otherwise, false.
      • setClosed

        public void setClosed(boolean value)

        Gets or sets a value indicating whether this OdAngleEllipse is closed.

        Parameters:
        value - true if closed; otherwise, false.
      • getKind

        public int getKind()

        Gets or sets the kind.

        Returns:
        The kind.
      • setKind

        public void setKind(int value)

        Gets or sets the kind.

        Parameters:
        value - The kind.