com.aspose.diagram

  • java.lang.Object
    • com.aspose.diagram.XForm1D
  • All Implemented Interfaces:
    com.aspose.diagram.b.a.i
    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()
void
           Represents the x-coordinate of the begin point of the 1-D shape, in relation to the origin of its parent.
DoubleValuegetBeginY()
void
           Represents the y-coordinate of the begin point of the 1-D shape, in relation to the origin of its parent.
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.
DoubleValuegetEndX()
void
           Represents the x-coordinate of the end point of a 1-D shape in relation to the origin of its parent.
DoubleValuegetEndY()
void
           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: