public class SplineCurveParameters
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
ID_M
Label of the XML tag containing the number of control points of the
spline curve.
|
| Constructor and Description |
|---|
SplineCurveParameters()
Default constructor.
|
SplineCurveParameters(int M)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
int |
getM() |
void |
loadFromToXML(org.w3c.dom.Node node) |
void |
saveToXML(org.w3c.dom.Element node) |
void |
setM(int M) |
java.lang.String |
toString() |
public static final java.lang.String ID_M