com.aspose.diagram
Class Ellipse

java.lang.Object
  extended by Coordinate
      extended by com.aspose.diagram.Ellipse
All Implemented Interfaces:
java.lang.Cloneable

public class Ellipse 
extends Coordinate

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


Constructor Summary
Ellipse()
           Creates an instance of the Ellipse class.
 
Property Getters/Setters Summary
DoubleValuegetA()
voidsetA(DoubleValue)
           An x-coordinate of a point on the ellipse paired with the y-coordinate represented by the B element.
DoubleValuegetB()
voidsetB(DoubleValue)
           A y-coordinate of a point on an ellipse paired with an x-coordinate represented by the A element.
DoubleValuegetC()
voidsetC(DoubleValue)
           An x-coordinate of a point on the ellipse paired with y-coordinate represented by the D element.
DoubleValuegetD()
voidsetD(DoubleValue)
           A y-coordinate of a point on the ellipse paired with x-coordinate represented by the C element.
intgetDel()
voidsetDel(int)
           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.
intgetIX()
voidsetIX(int)
           The zero-based index of the element within its parent element.
DoubleValuegetX()
voidsetX(DoubleValue)
           The x-coordinate of the center of the ellipse.
DoubleValuegetY()
voidsetY(DoubleValue)
           The y-coordinate of the center of the ellipse.
 
Method Summary
java.lang.ObjectdeepClone()→ inherited from Coordinate
           Creates deep copy of this instance.
 

Constructor Detail

Ellipse

public Ellipse()
Creates an instance of the Ellipse class.

Property Getters/Setters Detail

getIX/setIX

public int getIX() / public void setIX(int value)
The zero-based index of the element within its parent element.

getDel/setDel

public int getDel() / public void setDel(int 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.

getX/setX

public DoubleValue getX() / public void setX(DoubleValue value)
The x-coordinate of the center of the ellipse.

getY/setY

public DoubleValue getY() / public void setY(DoubleValue value)
The y-coordinate of the center of the ellipse.

getA/setA

public DoubleValue getA() / public void setA(DoubleValue value)
An x-coordinate of a point on the ellipse paired with the y-coordinate represented by the B element.

getB/setB

public DoubleValue getB() / public void setB(DoubleValue value)
A y-coordinate of a point on an ellipse paired with an x-coordinate represented by the A element.

getC/setC

public DoubleValue getC() / public void setC(DoubleValue value)
An x-coordinate of a point on the ellipse paired with y-coordinate represented by the D element.

getD/setD

public DoubleValue getD() / public void setD(DoubleValue value)
A y-coordinate of a point on the ellipse paired with x-coordinate represented by the C element.

Method Detail

deepClone

→ inherited from Coordinate
public java.lang.Object deepClone()
                throws java.lang.Exception
Creates deep copy of this instance.
Returns:

See Also:
          Aspose.Diagram Documentation - the home page for the Aspose.Diagram Product Documentation.
          Aspose.Diagram Support Forum - our preferred method of support.