com.aspose.diagram
Class SplineStart

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

public class SplineStart 
extends Coordinate

Contains x- and y-coordinates for a spline's second control point, its second knot, its first knot, the last knot, and the degree of the spline. This information is contained in the X, Y, A, B, C, and D elements, respectively.


Constructor Summary
SplineStart()
           Creates an instance of SplineStart class.
 
Property Getters/Setters Summary
DoubleValuegetA()
voidsetA(DoubleValue)
           The second knot of the spline.
DoubleValuegetB()
voidsetB(DoubleValue)
           The first knot of a spline.
DoubleValuegetC()
voidsetC(DoubleValue)
           The last knot of the spline.
IntValuegetD()
voidsetD(IntValue)
           The degree of the spline (an integer from 1 to 25).
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 a spline's second control point.
DoubleValuegetY()
voidsetY(DoubleValue)
           The y-coordinate of a spline's second control point.
 
Method Summary
java.lang.ObjectdeepClone()→ inherited from Coordinate
           Creates deep copy of this instance.
 

Constructor Detail

SplineStart

public SplineStart()
Creates an instance of SplineStart 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 a spline's second control point.

getY/setY

public DoubleValue getY() / public void setY(DoubleValue value)
The y-coordinate of a spline's second control point.

getA/setA

public DoubleValue getA() / public void setA(DoubleValue value)
The second knot of the spline.

getB/setB

public DoubleValue getB() / public void setB(DoubleValue value)
The first knot of a spline.

getC/setC

public DoubleValue getC() / public void setC(DoubleValue value)
The last knot of the spline.

getD/setD

public IntValue getD() / public void setD(IntValue value)
The degree of the spline (an integer from 1 to 25).

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.