Ellipse

Ellipse class

Contains elements specifying the x- and y-coordinates of the ellipse’s center point and two points on the ellipse.

new Ellipse()

Creates an instance of the Ellipse class.

Methods

NameDescription
deepClone()Creates deep copy of this instance.
getA()An x-coordinate of a point on the ellipse paired with the y-coordinate represented by the B element.
getB()A y-coordinate of a point on an ellipse paired with an x-coordinate represented by the A element.
getC()An x-coordinate of a point on the ellipse paired with y-coordinate represented by the D element.
getD()A y-coordinate of a point on the ellipse paired with x-coordinate represented by the C element.
getDel()A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca
getIX()The zero-based index of the element within its parent element.
getX()The x-coordinate of the center of the ellipse.
getY()The y-coordinate of the center of the ellipse.
setA()An x-coordinate of a point on the ellipse paired with the y-coordinate represented by the B element.
setB()A y-coordinate of a point on an ellipse paired with an x-coordinate represented by the A element.
setC()An x-coordinate of a point on the ellipse paired with y-coordinate represented by the D element.
setD()A y-coordinate of a point on the ellipse paired with x-coordinate represented by the C element.
setDel()A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted loca
setIX()The zero-based index of the element within its parent element.
setX()The x-coordinate of the center of the ellipse.
setY()The y-coordinate of the center of the ellipse.

deepClone()

Creates deep copy of this instance.

Returns: Object — Object

getA()

An x-coordinate of a point on the ellipse paired with the y-coordinate represented by the B element.

getB()

A y-coordinate of a point on an ellipse paired with an x-coordinate represented by the A element.

getC()

An x-coordinate of a point on the ellipse paired with y-coordinate represented by the D element.

getD()

A y-coordinate of a point on the ellipse paired with x-coordinate represented by the C element.

getDel()

A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.

getIX()

The zero-based index of the element within its parent element.

getX()

The x-coordinate of the center of the ellipse.

getY()

The y-coordinate of the center of the ellipse.

setA()

An x-coordinate of a point on the ellipse paired with the y-coordinate represented by the B element.

setB()

A y-coordinate of a point on an ellipse paired with an x-coordinate represented by the A element.

setC()

An x-coordinate of a point on the ellipse paired with y-coordinate represented by the D element.

setD()

A y-coordinate of a point on the ellipse paired with x-coordinate represented by the C element.

setDel()

A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally. The value of the property is BOOL integer constant.

setIX()

The zero-based index of the element within its parent element.

setX()

The x-coordinate of the center of the ellipse.

setY()

The y-coordinate of the center of the ellipse.