java.lang.Object
Coordinate
com.aspose.diagram.ArcTo
- All Implemented Interfaces:
- java.lang.Cloneable
public class ArcTo
- extends Coordinate
Contains the x- and y-coordinates and bow of a circular arc represented respectively by the X, Y, and A elements.
|
Constructor Summary |
ArcTo()
Creates an instance of the ArcTo class.
|
|
Property Getters/Setters Summary |
DoubleValue | getA() | |
void | setA(DoubleValue) | |
|
The distance from the arc's midpoint to the midpoint of its chord.
|
int | getDel() | |
void | setDel(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. |
int | getIX() | |
void | setIX(int) | |
|
The zero-based index of the element within its parent element.
|
DoubleValue | getX() | |
void | setX(DoubleValue) | |
|
The x-coordinate of the ending vertex of an arc.
|
DoubleValue | getY() | |
void | setY(DoubleValue) | |
|
The y-coordinate of the ending vertex of an arc.
|
|
Method Summary |
java.lang.Object | deepClone() | → inherited from Coordinate
|
|
Creates deep copy of this instance.
|
ArcTo
public ArcTo()
-
Creates an instance of the ArcTo 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.
-
The x-coordinate of the ending vertex of an arc.
-
The y-coordinate of the ending vertex of an arc.
-
The distance from the arc's midpoint to the midpoint of its chord.
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.