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