Package | Description |
---|---|
plugins.big.shapedesigner.gui | |
plugins.big.shapedesigner.keeper | |
plugins.big.shapedesigner.splinecurve |
Modifier and Type | Method and Description |
---|---|
void |
SplineCurveSettingsPane.setSplineCurveParameters(SplineCurveParameters splineCurveParameters)
Sets the spline curve parameters to the interface.
|
Modifier and Type | Method and Description |
---|---|
SplineCurveParameters |
SplineCurveKeeper.getSplineCurveParameters() |
Modifier and Type | Method and Description |
---|---|
void |
SplineCurveKeeper.setSplineCurveParameters(SplineCurveParameters splineCurveParameters)
Updates the parameters of the spline curve.
|
Modifier and Type | Method and Description |
---|---|
SplineCurveParameters |
SplineCurve.getSplineCurveParameters()
Returns a new container with the information of the execution parameters
of the spline curve.
|
Modifier and Type | Method and Description |
---|---|
void |
SplineCurve.setSplineCurveParameters(SplineCurveParameters parameters)
Sets the parameters of the spline curve.
|
Constructor and Description |
---|
SplineCurve(icy.sequence.Sequence seq,
SplineCurveParameters parameters,
java.lang.Object initialContour)
Default constructor.
|