Package | Description |
---|---|
plugins.big.shapedesigner.gui | |
plugins.big.shapedesigner.splinecurve |
Modifier and Type | Method and Description |
---|---|
ESnakePriorShapeType |
SnakeSettingsPane.getPriorShapeType()
Returns the energy type selected by the user.
|
Modifier and Type | Method and Description |
---|---|
ESnakePriorShapeType |
ESnakeParameters.getPriorShapeType() |
static ESnakePriorShapeType |
ESnakePriorShapeType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ESnakePriorShapeType[] |
ESnakePriorShapeType.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.setPriorShapeType(ESnakePriorShapeType priorShapeType) |
Constructor and Description |
---|
ESnakeParameters(ESnakeTargetType detectType,
int M,
ESnakeEnergyType energyType,
double alpha,
ESnakePriorShapeType priorShapeType,
double beta,
int maxLife,
boolean immortal)
Default constructor.
|