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