- saveSplineCurvesToXML(Sequence) - Static method in class plugins.big.shapedesigner.io.IOXML
-
Opens a dialog and saves all the spline curves in the active
Sequence
in an XML file.
- saveSplineCurvesToXML() - Method in class plugins.big.shapedesigner.ShapeDesigner
-
Saves the spline curves to an XML file.
- saveToXML(Node) - Method in class plugins.big.shapedesigner.roi.SplineCurve2DROI
-
Saves a snake from an XML node.
- saveToXML(Element) - Method in class plugins.big.shapedesigner.splinecurve.SplineCurve
-
Saves the curve-defining parameters in an XML file.
- saveToXML(Element) - Method in class plugins.big.shapedesigner.splinecurve.SplineCurveParameters
-
- setEditable(boolean) - Method in class plugins.big.shapedesigner.roi.SplineCurve2DROI
-
Sets the edit status of the ROI.
- setEditMode(SplineCurveEditMode) - Method in class plugins.big.shapedesigner.roi.SplineCurve2DROI
-
- setID(String) - Method in class plugins.big.shapedesigner.keeper.SplineCurveKeeper
-
- setM(int) - Method in class plugins.big.shapedesigner.splinecurve.SplineCurveParameters
-
- setNodes(Snake2DNode[]) - Method in class plugins.big.shapedesigner.splinecurve.SplineCurve
-
This method provides a mutator to the curve-defining nodes.
- setSelected(boolean) - Method in class plugins.big.shapedesigner.keeper.SplineCurveKeeper
-
- setSplineCurveEditMode(SplineCurveEditMode) - Method in class plugins.big.shapedesigner.keeper.KeepersList
-
Sets the SplineCurveEditMode
to all elements of
SplineCurveKeeper
contained in the list.
- setSplineCurveEditMode(SplineCurveEditMode) - Method in class plugins.big.shapedesigner.keeper.SplineCurveKeeper
-
- setSplineCurveParameters(SplineCurveParameters) - Method in class plugins.big.shapedesigner.gui.SplineCurveSettingsPane
-
Sets the spline curve parameters to the interface.
- setSplineCurveParameters(SplineCurveParameters) - Method in class plugins.big.shapedesigner.keeper.SplineCurveKeeper
-
Updates the parameters of the spline curve.
- setSplineCurveParameters(SplineCurveParameters) - Method in class plugins.big.shapedesigner.splinecurve.SplineCurve
-
Sets the parameters of the spline curve.
- setSymmetric(boolean) - Method in class plugins.big.shapedesigner.keeper.SplineCurveKeeper
-
- setSymmetric(boolean) - Method in class plugins.big.shapedesigner.roi.SplineCurve2DROI
-
- Settings - Class in plugins.big.shapedesigner.core
-
Offers global parameters (settings) and functions used by the plug-in.
- Settings() - Constructor for class plugins.big.shapedesigner.core.Settings
-
- setWindowIcon(JDialog) - Method in class plugins.big.shapedesigner.core.Settings
-
Set the window icon.
- setWindowIcon(IcyFrame) - Method in class plugins.big.shapedesigner.core.Settings
-
Set the window icon.
- ShapeDesigner - Class in plugins.big.shapedesigner
-
Plug-in for Icy that allows the user to design spline shapes by moving
control points.
- ShapeDesigner() - Constructor for class plugins.big.shapedesigner.ShapeDesigner
-
- ShapeDesignerIcons - Enum in plugins.big.shapedesigner.rsc.icon
-
- shiftSplineCurve(int, int) - Method in class plugins.big.shapedesigner.keeper.SplineCurveKeeper
-
Applies a shift on the position of the spline curve.
- SplineCurve - Class in plugins.big.shapedesigner.splinecurve
-
Spline curve.
- SplineCurve(Sequence, SplineCurveParameters, Object) - Constructor for class plugins.big.shapedesigner.splinecurve.SplineCurve
-
Default constructor.
- SplineCurve2DROI - Class in plugins.big.shapedesigner.roi
-
Class that handles the interaction and the display of the spline curve.
- SplineCurve2DROI() - Constructor for class plugins.big.shapedesigner.roi.SplineCurve2DROI
-
Default constructor.
- SplineCurve2DROI(SplineCurve, SplineCurveKeeper) - Constructor for class plugins.big.shapedesigner.roi.SplineCurve2DROI
-
Default.
- splineCurve_ - Variable in class plugins.big.shapedesigner.keeper.SplineCurveKeeper
-
The spline curve associated to this SplineCurveKeeper
.
- SplineCurveEditMode - Enum in plugins.big.shapedesigner.roi
-
Transformations that can be applied to the spline curve through the
interface.
- SplineCurveKeeper - Class in plugins.big.shapedesigner.keeper
-
Class that takes care of the synchronization of the spline curve display.
- SplineCurveKeeper(Sequence, SplineCurve, ShapeDesigner) - Constructor for class plugins.big.shapedesigner.keeper.SplineCurveKeeper
-
Default constructor.
- SplineCurveParameters - Class in plugins.big.shapedesigner.splinecurve
-
Class that wraps the parameters of the spline curve.
- SplineCurveParameters() - Constructor for class plugins.big.shapedesigner.splinecurve.SplineCurveParameters
-
Default constructor.
- SplineCurveParameters(int) - Constructor for class plugins.big.shapedesigner.splinecurve.SplineCurveParameters
-
Constructor.
- SplineCurveSettingsPane - Class in plugins.big.shapedesigner.gui
-
Panel in which the user specifies the parameters of the spline curve.
- SplineCurveSettingsPane(String, ShapeDesigner) - Constructor for class plugins.big.shapedesigner.gui.SplineCurveSettingsPane
-
Default constructor.
- stateChanged(ChangeEvent) - Method in class plugins.big.shapedesigner.gui.SplineCurveSettingsPane
-
Handles the events of the spinners.