Constructor Summary |
---|
Ellipse()
Creates an instance of the |
Property Getters/Setters Summary | ||
---|---|---|
function | getA() | |
function | setA(value) | |
An x-coordinate of a point on the ellipse paired with the y-coordinate represented by the B element. | ||
function | getB() | |
function | setB(value) | |
A y-coordinate of a point on an ellipse paired with an x-coordinate represented by the A element. | ||
function | getC() | |
function | setC(value) | |
An x-coordinate of a point on the ellipse paired with y-coordinate represented by the D element. | ||
function | getD() | |
function | setD(value) | |
A y-coordinate of a point on the ellipse paired with x-coordinate represented by the C element. | ||
function | getDel() | |
function | setDel(value) | |
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. | ||
function | getIX() | |
function | setIX(value) | |
The zero-based index of the element within its parent element. | ||
function | getX() | |
function | setX(value) | |
The x-coordinate of the center of the ellipse. | ||
function | getY() | |
function | setY(value) | |
The y-coordinate of the center of the ellipse. |
Method Summary | ||
---|---|---|
function | deepClone() | → inherited from Coordinate |
Creates deep copy of this instance. |
Constructor Detail |
---|
function Ellipse()
Property Getters/Setters Detail |
---|
getIX/setIX : Number | |
function getIX() / function setIX(value) |
getDel/setDel : Number | |
function getDel() / function setDel(value) |
getX/setX : DoubleValue | |
function getX() / function setX(value) |
getY/setY : DoubleValue | |
function getY() / function setY(value) |
getA/setA : DoubleValue | |
function getA() / function setA(value) |
getB/setB : DoubleValue | |
function getB() / function setB(value) |
getC/setC : DoubleValue | |
function getC() / function setC(value) |
getD/setD : DoubleValue | |
function getD() / function setD(value) |
Method Detail |
---|
deepClone | |
function deepClone() |