com.aspose.diagram

  • java.lang.Object
  • All Implemented Interfaces:
    com.aspose.diagram.b.a.i, 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()
void
           An x-coordinate of a point on the ellipse paired with the y-coordinate represented by the B element.
DoubleValuegetB()
void
           A y-coordinate of a point on an ellipse paired with an x-coordinate represented by the A element.
DoubleValuegetC()
void
           An x-coordinate of a point on the ellipse paired with y-coordinate represented by the D element.
DoubleValuegetD()
void
           A y-coordinate of a point on the ellipse paired with x-coordinate represented by the C element.
intgetDel()
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.
intgetIX()
void
setIX(intvalue)
           The zero-based index of the element within its parent element.
DoubleValuegetX()
void
           The x-coordinate of the center of the ellipse.
DoubleValuegetY()
void
           The y-coordinate of the center of the ellipse.
 
Method Summary
java.lang.ObjectdeepClone()
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

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