NURBSTo

Inheritance: java.lang.Object, com.aspose.diagram.Coordinate

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.

Constructors

ConstructorDescription
NURBSTo()Creates an instance of the NURBSTo class.

Methods

MethodDescription
deepClone()Creates deep copy of this instance.
equals(Object arg0)
getA()The second-to-last knot of the nonuniform rational B-spline (NURBS).
getB()The last weight of the nonuniform rational B-spline (NURBS).
getC()The first knot of the nonuniform rational B-spline (NURBS).
getClass()
getD()The first weight of the nonuniform rational B-spline (NURBS)
getDel()A flag indicating whether the element has been deleted locally.
getE()Contains a nonuniform rational B-spline (NURBS) formula.
getIX()The zero-based index of the element within its parent element.
getX()The x-coordinate of the last control point of a nonuniform rational B-spline (NURBS).
getY()The y-coordinate of the last control point of a nonuniform rational B-spline (NURBS).
hashCode()
notify()
notifyAll()
setA(DoubleValue value)For the description of this property, please see getA()
setB(DoubleValue value)For the description of this property, please see getB()
setC(DoubleValue value)For the description of this property, please see getC()
setD(DoubleValue value)For the description of this property, please see getD()
setDel(int value)For the description of this property, please see getDel()
setE(StrValue value)For the description of this property, please see getE()
setIX(int value)For the description of this property, please see getIX()
setX(DoubleValue value)For the description of this property, please see getX()
setY(DoubleValue value)For the description of this property, please see getY()
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

NURBSTo()

public NURBSTo()

Creates an instance of the NURBSTo class.

deepClone()

public Object deepClone()

Creates deep copy of this instance.

Returns: java.lang.Object -

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getA()

public DoubleValue getA()

The second-to-last knot of the nonuniform rational B-spline (NURBS).

Returns: DoubleValue

getB()

public DoubleValue getB()

The last weight of the nonuniform rational B-spline (NURBS).

Returns: DoubleValue

getC()

public DoubleValue getC()

The first knot of the nonuniform rational B-spline (NURBS).

Returns: DoubleValue

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getD()

public DoubleValue getD()

The first weight of the nonuniform rational B-spline (NURBS)

Returns: DoubleValue

getDel()

public int getDel()

A flag indicating whether the element has been deleted locally. A value of 1 indicates that the element was deleted locally.

Returns: int

getE()

public StrValue getE()

Contains a nonuniform rational B-spline (NURBS) formula.

Returns: StrValue

getIX()

public int getIX()

The zero-based index of the element within its parent element.

Returns: int

getX()

public DoubleValue getX()

The x-coordinate of the last control point of a nonuniform rational B-spline (NURBS).

Returns: DoubleValue

getY()

public DoubleValue getY()

The y-coordinate of the last control point of a nonuniform rational B-spline (NURBS).

Returns: DoubleValue

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setA(DoubleValue value)

public void setA(DoubleValue value)

For the description of this property, please see getA()

Parameters:

ParameterTypeDescription
valueDoubleValue

setB(DoubleValue value)

public void setB(DoubleValue value)

For the description of this property, please see getB()

Parameters:

ParameterTypeDescription
valueDoubleValue

setC(DoubleValue value)

public void setC(DoubleValue value)

For the description of this property, please see getC()

Parameters:

ParameterTypeDescription
valueDoubleValue

setD(DoubleValue value)

public void setD(DoubleValue value)

For the description of this property, please see getD()

Parameters:

ParameterTypeDescription
valueDoubleValue

setDel(int value)

public void setDel(int value)

For the description of this property, please see getDel()

Parameters:

ParameterTypeDescription
valueint

setE(StrValue value)

public void setE(StrValue value)

For the description of this property, please see getE()

Parameters:

ParameterTypeDescription
valueStrValue

setIX(int value)

public void setIX(int value)

For the description of this property, please see getIX()

Parameters:

ParameterTypeDescription
valueint

setX(DoubleValue value)

public void setX(DoubleValue value)

For the description of this property, please see getX()

Parameters:

ParameterTypeDescription
valueDoubleValue

setY(DoubleValue value)

public void setY(DoubleValue value)

For the description of this property, please see getY()

Parameters:

ParameterTypeDescription
valueDoubleValue

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int