Package | Description |
---|---|
plugins.big.shapedesigner | |
plugins.big.shapedesigner.io | |
plugins.big.shapedesigner.keeper | |
plugins.big.shapedesigner.roi |
Modifier and Type | Method and Description |
---|---|
void |
ShapeDesigner.activateSplineCurve(SplineCurveKeeper keeper)
Makes a particular spline curve active and responsive to interactions.
|
void |
ShapeDesigner.deactivateSplineCurve(SplineCurveKeeper keeper)
Makes a particular spline curve inactive and not responsive to
interaction.
|
boolean |
ShapeDesigner.isActiveSplineCurve(SplineCurveKeeper keeper)
Returns
true if SplineCurveKeeper passed is the
active one. |
Modifier and Type | Method and Description |
---|---|
static java.util.ArrayList<SplineCurveKeeper> |
IOXML.loadSplineCurvesFromXML(icy.sequence.Sequence sequence,
ShapeDesigner mainPlugin)
Opens a dialog to select an XML file, and loads all the spline curves in
the active
Sequence . |
Modifier and Type | Method and Description |
---|---|
SplineCurveKeeper |
KeepersList.getActiveSplineCurveKeeper()
Returns the active
SplineCurveKeeper . |
Modifier and Type | Method and Description |
---|---|
boolean |
KeepersList.activateSplineCurveKeeper(SplineCurveKeeper keeper)
If the
SplineCurveKeeper passed as a parameter is in the
list, it becomes activated and the method returns true . |
void |
KeepersList.addAndActivateKeeper(SplineCurveKeeper keeper)
Adds a
SplineCurveKeeper at the end of the list, and sets it
to selected. |
boolean |
KeepersList.deactivateSplineCurveKeeper(SplineCurveKeeper keeper)
If the
SplineCurveKeeper passed as a parameter is in the
list, it becomes deactivated and the method returns true . |
boolean |
KeepersList.isActiveSplineCurveKeeper(SplineCurveKeeper keeper)
Returns
true if the SplineCurveKeeper passed as
a parameters if the active one. |
Constructor and Description |
---|
SplineCurve2DROI(SplineCurve splineCurve,
SplineCurveKeeper keeper)
Default.
|