java.lang.Object
Coordinate
com.aspose.diagram.RelMoveTo
- All Implemented Interfaces:
- java.lang.Cloneable
public class RelMoveTo
- extends Coordinate
Contains the x- and y-coordinates of the first vertex of a shape, or contains the x- and y-coordinates of the first vertex after a break in a path.Coordinates are specified as relative coordinates.
|
Property Getters/Setters Summary |
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) | |
|
X element represents the x-coordinate of the first vertex of a path. If the MoveTo element appears between two elements, the X element represents the x-coordinate of the first vertex after the break in the path
|
DoubleValue | getY() | |
void | setY(DoubleValue) | |
|
Y element represents the y-coordinate of the first vertex of a path. If the MoveTo element appears between two elements, the Y element represents the y-coordinate of the first vertex after the break in the path.
|
|
Method Summary |
java.lang.Object | deepClone() | → inherited from Coordinate
|
|
Creates deep copy of this instance.
|
RelMoveTo
public RelMoveTo()
-
Creates an instance of the MoveTo 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.
-
X element represents the x-coordinate of the first vertex of a path. If the MoveTo element appears between two elements, the X element represents the x-coordinate of the first vertex after the break in the path
-
Y element represents the y-coordinate of the first vertex of a path. If the MoveTo element appears between two elements, the Y element represents the y-coordinate of the first vertex after the break in the path.
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.