Ellipse

Inheritance: java.lang.Object, com.aspose.pdf.drawing.Shape

public final class Ellipse extends Shape

Represents ellipse.

Constructors

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

Methods

Method Description
getLeft() Gets float value that indicates the left position of the ellipse.
setLeft(double value) Sets float value that indicates the left position of the ellipse.
getBottom() Gets float value that indicates the bottom position of the ellipse.
setBottom(double value) Sets float value that indicates the bottom position of the ellipse.
getWidth() Gets float value that indicates the width of the ellipse.
setWidth(double value) Gets float value that indicates the width of the ellipse.
getHeight() Gets float value that indicates the height of the ellipse.
setHeight(double value) Sets float value that indicates the height of the ellipse.

Ellipse()

public Ellipse()

For Internal usage only

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

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

Initializes a new instance of the Ellipse class.

Parameters:

Parameter Type Description
left double The left position of the ellipse.
bottom double The bottom position of the ellipse.
width double The width of the ellipse.
height double The height of the ellipse.

getLeft()

public double getLeft()

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

Returns: double - value that indicates the left position of the ellipse.

setLeft(double value)

public void setLeft(double value)

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

Parameters:

Parameter Type Description
value double that indicates the left position of the ellipse.

getBottom()

public double getBottom()

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

Returns: double - value that indicates the bottom position of the ellipse.

setBottom(double value)

public void setBottom(double value)

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

Parameters:

Parameter Type Description
value double that indicates the bottom position of the ellipse.

getWidth()

public double getWidth()

Gets float value that indicates the width of the ellipse.

Returns: double - value that indicates the width of the ellipse.

setWidth(double value)

public void setWidth(double value)

Gets float value that indicates the width of the ellipse.

Parameters:

Parameter Type Description
value double that indicates the width of the ellipse.

getHeight()

public double getHeight()

Gets float value that indicates the height of the ellipse.

Returns: double - value that indicates the height of the ellipse

setHeight(double value)

public void setHeight(double value)

Sets float value that indicates the height of the ellipse.

Parameters:

Parameter Type Description
value double that indicates the height of the ellipse