com.aspose.diagram
Class XForm1D

java.lang.Object
    extended by com.aspose.diagram.XForm1D

public class XForm1D 
extends java.lang.Object

Contains x- and y-coordinates of the begin point and end point of a 1-D shape. This element appears for 1-D shapes only.


Property Getters/Setters Summary
DoubleValuegetBeginX()
voidsetBeginX(DoubleValue)
           Represents the x-coordinate of the begin point of the 1-D shape, in relation to the origin of its parent.
DoubleValuegetBeginY()
voidsetBeginY(DoubleValue)
           Represents the y-coordinate of the begin point of the 1-D shape, in relation to the origin of its parent.
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.
DoubleValuegetEndX()
voidsetEndX(DoubleValue)
           Represents the x-coordinate of the end point of a 1-D shape in relation to the origin of its parent.
DoubleValuegetEndY()
voidsetEndY(DoubleValue)
           Represents the y-coordinate of the end point of a 1-D shape in relation to the origin of its parent.
 
Method Summary
java.lang.ObjectdeepClone()
           Creates deep copy of this instance.
 

Property Getters/Setters Detail

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.

getBeginX/setBeginX

public DoubleValue getBeginX() / public void setBeginX(DoubleValue value)
Represents the x-coordinate of the begin point of the 1-D shape, in relation to the origin of its parent.

getBeginY/setBeginY

public DoubleValue getBeginY() / public void setBeginY(DoubleValue value)
Represents the y-coordinate of the begin point of the 1-D shape, in relation to the origin of its parent.

getEndX/setEndX

public DoubleValue getEndX() / public void setEndX(DoubleValue value)
Represents the x-coordinate of the end point of a 1-D shape in relation to the origin of its parent.

getEndY/setEndY

public DoubleValue getEndY() / public void setEndY(DoubleValue value)
Represents the y-coordinate of the end point of a 1-D shape in relation to the origin of its parent.

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.