Package | Description |
---|---|
plugins.big.shapedesigner | |
plugins.big.shapedesigner.keeper | |
plugins.big.shapedesigner.roi |
Modifier and Type | Method and Description |
---|---|
void |
BIGSnake.activateSnake(SnakeKeeper keeper)
Makes a particular snake active and responsive to interactions.
|
void |
BIGSnake.deactivateSnake(SnakeKeeper keeper)
Makes a particular snake inactive and not responsive to interaction.
|
boolean |
BIGSnake.isActiveSnake(SnakeKeeper keeper)
Returns
true if SnakeKeeper passed is the
active one. |
Modifier and Type | Method and Description |
---|---|
SnakeKeeper |
KeepersList.getActiveSnakeKeeper()
Returns the active
ESnakeKeeper . |
Modifier and Type | Method and Description |
---|---|
boolean |
KeepersList.activateSnakeKeeper(SnakeKeeper keeper)
If the
SnakeKeeper passed as a parameter is in the list, it
becomes activated and the method returns true . |
void |
KeepersList.addAndActivateKeeper(SnakeKeeper keeper)
Adds a
SnakeKeeper at the end of the list, and sets it to
selected. |
boolean |
KeepersList.deactivateSnakeKeeper(SnakeKeeper keeper)
If the
SnakeKeeper passed as a parameter is in the list, it
becomes unactivated and the method returns true . |
boolean |
KeepersList.isActiveSnakeKeeper(SnakeKeeper keeper)
Returns
true if the ESnakeKeeper passed as a
parameters if the active one. |
Constructor and Description |
---|
Snake2DROI(ESnake snake,
SnakeKeeper keeper)
Default constructor.
|