Package | Description |
---|---|
plugins.big.shapedesigner.core | |
plugins.big.shapedesigner.gui | |
plugins.big.shapedesigner.keeper | |
plugins.big.shapedesigner.splinecurve |
Modifier and Type | Method and Description |
---|---|
ESnakeParameters |
Snake2DClipboard.getSnakeParameters() |
Modifier and Type | Method and Description |
---|---|
void |
Snake2DClipboard.setSnakeParameters(ESnakeParameters parameters) |
Modifier and Type | Method and Description |
---|---|
void |
SnakeSettingsPane.setSnakeParameters(ESnakeParameters snakeParameters)
Sets the snake parameters to the interface.
|
Modifier and Type | Method and Description |
---|---|
ESnakeParameters |
SnakeKeeper.getESnakeParameters() |
Modifier and Type | Method and Description |
---|---|
void |
SnakeKeeper.setSnakeParameters(ESnakeParameters snakeParameters)
Updates the parameters of the snake.
|
Modifier and Type | Method and Description |
---|---|
ESnakeParameters |
ESnake.getSnakeParameters()
Returns a new container with the information of the execution parameters
of the snake.
|
Modifier and Type | Method and Description |
---|---|
void |
ESnake.setSnakeParameters(ESnakeParameters parameters)
Sets the E-Snake execution parameters.
|
Constructor and Description |
---|
ESnake(ImageLUTContainer imageLUTs,
ESnakeParameters parameters,
java.lang.Object initialContour)
Default constructor.
|