Ellipse

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

public final class Ellipse extends Shape

Represents ellipse.

Constructors

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

Methods

MethodDescription
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:

ParameterTypeDescription
leftdoubleThe left position of the ellipse.
bottomdoubleThe bottom position of the ellipse.
widthdoubleThe width of the ellipse.
heightdoubleThe 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:

ParameterTypeDescription
valuedoublethat 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:

ParameterTypeDescription
valuedoublethat 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:

ParameterTypeDescription
valuedoublethat 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:

ParameterTypeDescription
valuedoublethat indicates the height of the ellipse