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