Uses of Class
plugins.big.bigsnake.snake.ESnakeParameters

Packages that use ESnakeParameters
plugins.big.bigsnake.core   
plugins.big.bigsnake.gui   
plugins.big.bigsnake.keeper   
plugins.big.bigsnake.snake   
 

Uses of ESnakeParameters in plugins.big.bigsnake.core
 

Methods in plugins.big.bigsnake.core that return ESnakeParameters
 ESnakeParameters Snake2DClipboard.getSnakeParameters()
          Gets the execution parameters of the E-Snake.
 

Methods in plugins.big.bigsnake.core with parameters of type ESnakeParameters
 void Snake2DClipboard.setSnakeParameters(ESnakeParameters parameters)
          Sets the execution parameters of the E-Snake.
 

Uses of ESnakeParameters in plugins.big.bigsnake.gui
 

Methods in plugins.big.bigsnake.gui with parameters of type ESnakeParameters
 void SnakeSettingsPane.setSnakeParameters(ESnakeParameters snakeParameters)
          Sets the snake parameters to the interface.
 

Uses of ESnakeParameters in plugins.big.bigsnake.keeper
 

Methods in plugins.big.bigsnake.keeper that return ESnakeParameters
 ESnakeParameters SnakeKeeper.getESnakeParameters()
           
 

Methods in plugins.big.bigsnake.keeper with parameters of type ESnakeParameters
 void SnakeKeeper.setSnakeParameters(ESnakeParameters snakeParameters, plugins.big.bigsnakeutils.shape.priorshapes.shapes.Custom customPriorShape)
          Updates the parameters of the snake.
 

Uses of ESnakeParameters in plugins.big.bigsnake.snake
 

Methods in plugins.big.bigsnake.snake that return ESnakeParameters
 ESnakeParameters ESnake.getSnakeParameters()
          Returns a new container with the information of the execution parameters of the snake.
 

Methods in plugins.big.bigsnake.snake with parameters of type ESnakeParameters
 void ESnake.setSnakeParameters(ESnakeParameters parameters)
          Sets the E-Snake execution parameters.
 

Constructors in plugins.big.bigsnake.snake with parameters of type ESnakeParameters
ESnake(ImageLUTContainer imageLUTs, ESnakeParameters parameters, java.lang.Object initialContour, plugins.big.bigsnakeutils.shape.priorshapes.shapes.Custom customPriorShape)
          Constructor.