Constructor Summary |
---|
SplineKnot()
Creates an instance of the |
Property Getters/Setters Summary | ||
---|---|---|
function | getA() | |
function | setA(value) | |
One of the spline's knots (other than the last one or the first two). | ||
function | getDel() | |
function | setDel(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. | ||
function | getIX() | |
function | setIX(value) | |
The zero-based index of the element within its parent element. | ||
function | getX() | |
function | setX(value) | |
The x-coordinate of a control point. | ||
function | getY() | |
function | setY(value) | |
The y-coordinate of a control point. |
Method Summary | ||
---|---|---|
function | deepClone() | → inherited from Coordinate |
Creates deep copy of this instance. |
Constructor Detail |
---|
function SplineKnot()
Property Getters/Setters Detail |
---|
getIX/setIX : Number | |
function getIX() / function setIX(value) |
getDel/setDel : Number | |
function getDel() / function setDel(value) |
getX/setX : DoubleValue | |
function getX() / function setX(value) |
getY/setY : DoubleValue | |
function getY() / function setY(value) |
getA/setA : DoubleValue | |
function getA() / function setA(value) |
Method Detail |
---|
deepClone | |
function deepClone() |