com.aspose.diagram
Class PolylineTo

java.lang.Object
  extended by Coordinate
      extended by com.aspose.diagram.PolylineTo
All Implemented Interfaces:
java.lang.Cloneable

public class PolylineTo 
extends Coordinate

Contains x- and y-coordinates of the last point of a polyline and a polyline formula. The coordinates are specified in the X and Y elements, and the formula is specified in the A element.


Constructor Summary
PolylineTo()
           Creates an instance of the PolylineTo class.
 
Property Getters/Setters Summary
StrValuegetA()
voidsetA(StrValue)
           The polyline formula.
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.
intgetIX()
voidsetIX(int)
           The zero-based index of the element within its parent element.
DoubleValuegetX()
voidsetX(DoubleValue)
           The x-coordinate of the ending vertex of a polyline.
DoubleValuegetY()
voidsetY(DoubleValue)
           The y-coordinate of the ending vertex of a polyline.
 
Method Summary
java.lang.ObjectdeepClone()→ inherited from Coordinate
           Creates deep copy of this instance.
 

Constructor Detail

PolylineTo

public PolylineTo()
Creates an instance of the PolylineTo 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 polyline.

getY/setY

public DoubleValue getY() / public void setY(DoubleValue value)
The y-coordinate of the ending vertex of a polyline.

getA/setA

public StrValue getA() / public void setA(StrValue value)
The polyline formula.

Method Detail

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.