com.aspose.pdf.drawing

Class Ellipse



  • public final class Ellipse
    extends Shape

    Represents ellipse.

    • Constructor Summary

      Constructors 
      Constructor and Description
      Ellipse()
      For Internal usage only
      Ellipse(double left, double bottom, double width, double height)
      Initializes a new instance of the Ellipse class.
    • Constructor Detail

      • Ellipse

        public Ellipse()

        For Internal usage only

      • Ellipse

        public Ellipse(double left,
                       double bottom,
                       double width,
                       double height)

        Initializes a new instance of the Ellipse class.

        Parameters:
        left - The left position of the ellipse.
        bottom - The bottom position of the ellipse.
        width - The width of the ellipse.
        height - The height of the ellipse.
    • Method Detail

      • getLeft

        public double getLeft()

        Gets float value that indicates the left position of the ellipse.

        Returns:
        value that indicates the left position of the ellipse.
      • setLeft

        public void setLeft(double value)

        Sets float value that indicates the left position of the ellipse.

        Parameters:
        value - that indicates the left position of the ellipse.
      • getBottom

        public double getBottom()

        Gets float value that indicates the bottom position of the ellipse.

        Returns:
        value that indicates the bottom position of the ellipse.
      • setBottom

        public void setBottom(double value)

        Sets float value that indicates the bottom position of the ellipse.

        Parameters:
        value - that indicates the bottom position of the ellipse.
      • getWidth

        public double getWidth()

        Gets float value that indicates the width of the ellipse.

        Returns:
        value that indicates the width of the ellipse.
      • setWidth

        public void setWidth(double value)

        Gets float value that indicates the width of the ellipse.

        Parameters:
        value - that indicates the width of the ellipse.
      • getHeight

        public double getHeight()

        Gets float value that indicates the height of the ellipse.

        Returns:
        value that indicates the height of the ellipse
      • setHeight

        public void setHeight(double value)

        Sets float value that indicates the height of the ellipse.

        Parameters:
        value - that indicates the height of the ellipse