com.aspose.diagram

  • java.lang.Object
  • All Implemented Interfaces:
    com.aspose.diagram.b.a.i, java.lang.Cloneable
    public class LineTo 
    extends Coordinate

Contains x- and y-coordinates of the ending vertex of a straight line segment. These coordinates are contained in the X and Y elements, respectively.

Constructor Summary
LineTo()
Creates an instance of the LineTo class.
 
Property Getters/Setters Summary
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.
intgetIX()
void
setIX(intvalue)
           The zero-based index of the element within its parent element.
DoubleValuegetX()
void
           The x-coordinate of the ending vertex of a straight line segment.
DoubleValuegetY()
void
           The y-coordinate of the ending vertex of a straight line segment.
 
Method Summary
java.lang.ObjectdeepClone()
Creates deep copy of this instance.
 

    • Constructor Detail

      • LineTo

        public LineTo()
        Creates an instance of the LineTo 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.
      • getX/setX

        public DoubleValue getX() / public void setX(DoubleValue value)
        
        The x-coordinate of the ending vertex of a straight line segment.
      • getY/setY

        public DoubleValue getY() / public void setY(DoubleValue value)
        
        The y-coordinate of the ending vertex of a straight line segment.
    • Method Detail

      • deepClone

        public java.lang.Object deepClone()
                        throws java.lang.Exception
        Creates deep copy of this instance.
        Returns: