com.aspose.diagram
Class Coordinate

java.lang.Object
    extended by com.aspose.diagram.Coordinate
All Implemented Interfaces:
java.lang.Cloneable
Direct Known Subclasses:
ArcTo, Ellipse, EllipticalArcTo, InfiniteLine, LineTo, MoveTo, NURBSTo, PolylineTo, RelCubBezTo, RelEllipticalArcTo, RelLineTo, RelMoveTo, RelQuadBezTo, SplineKnot, SplineStart

public abstract class Coordinate 
extends java.lang.Object

Abstract class for the x- and y-coordinates.


Property Getters/Setters Summary
abstract intgetDel()
abstract 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.
abstract intgetIX()
abstract voidsetIX(int)
           The zero-based index of the element within its parent element.
 
Method Summary
java.lang.ObjectdeepClone()
           Creates deep copy of this instance.
 

Property Getters/Setters Detail

getIX/setIX

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

getDel/setDel

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

Method Detail

deepClone

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.