com.aspose.diagram
Class NURBSTo

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

public class NURBSTo 
extends Coordinate

Contains the x- and y-coordinates, position of the second to last knot, position of the last weight, position of the first knot, position of the first weight, and the formula for a nonuniform rational B-spline (NURBS). This information is specified in the X, Y, A, B, C, D, and E elements, respectively.


Constructor Summary
NURBSTo()
           Creates an instance of the NURBSTo class.
 
Property Getters/Setters Summary
DoubleValuegetA()
voidsetA(DoubleValue)
           The second-to-last knot of the nonuniform rational B-spline (NURBS).
DoubleValuegetB()
voidsetB(DoubleValue)
           The last weight of the nonuniform rational B-spline (NURBS).
DoubleValuegetC()
voidsetC(DoubleValue)
           The first knot of the nonuniform rational B-spline (NURBS).
DoubleValuegetD()
voidsetD(DoubleValue)
           The first weight of the nonuniform rational B-spline (NURBS)
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.
StrValuegetE()
voidsetE(StrValue)
           Contains a nonuniform rational B-spline (NURBS) formula.
intgetIX()
voidsetIX(int)
           The zero-based index of the element within its parent element.
DoubleValuegetX()
voidsetX(DoubleValue)
           The x-coordinate of the last control point of a nonuniform rational B-spline (NURBS).
DoubleValuegetY()
voidsetY(DoubleValue)
           The y-coordinate of the last control point of a nonuniform rational B-spline (NURBS).
 
Method Summary
java.lang.ObjectdeepClone()→ inherited from Coordinate
           Creates deep copy of this instance.
 

Constructor Detail

NURBSTo

public NURBSTo()
Creates an instance of the NURBSTo 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 last control point of a nonuniform rational B-spline (NURBS).

getY/setY

public DoubleValue getY() / public void setY(DoubleValue value)
The y-coordinate of the last control point of a nonuniform rational B-spline (NURBS).

getA/setA

public DoubleValue getA() / public void setA(DoubleValue value)
The second-to-last knot of the nonuniform rational B-spline (NURBS).

getB/setB

public DoubleValue getB() / public void setB(DoubleValue value)
The last weight of the nonuniform rational B-spline (NURBS).

getC/setC

public DoubleValue getC() / public void setC(DoubleValue value)
The first knot of the nonuniform rational B-spline (NURBS).

getD/setD

public DoubleValue getD() / public void setD(DoubleValue value)
The first weight of the nonuniform rational B-spline (NURBS)

getE/setE

public StrValue getE() / public void setE(StrValue value)
Contains a nonuniform rational B-spline (NURBS) 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.