Package | Description |
---|---|
plugins.big.shapedesigner.gui | |
plugins.big.shapedesigner.splinecurve |
Modifier and Type | Method and Description |
---|---|
ESnakeEnergyType |
SnakeSettingsPane.getEnergyType()
Returns the energy type selected by the user.
|
Modifier and Type | Method and Description |
---|---|
ESnakeEnergyType |
ESnakeParameters.getEnergyType() |
static ESnakeEnergyType |
ESnakeEnergyType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ESnakeEnergyType[] |
ESnakeEnergyType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
ESnakeParameters.setEnergyType(ESnakeEnergyType energyType) |
Constructor and Description |
---|
ESnakeParameters(ESnakeTargetType detectType,
int M,
ESnakeEnergyType energyType,
double alpha,
ESnakePriorShapeType priorShapeType,
double beta,
int maxLife,
boolean immortal)
Default constructor.
|