|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ESnakePriorShapeType | |
---|---|
plugins.big.bigsnake.core | |
plugins.big.bigsnake.gui | |
plugins.big.bigsnake.snake |
Uses of ESnakePriorShapeType in plugins.big.bigsnake.core |
---|
Fields in plugins.big.bigsnake.core declared as ESnakePriorShapeType | |
---|---|
static ESnakePriorShapeType |
Settings.PRIOR_SHAPE_DEFAULT
Default value of the prior-shape information. |
Uses of ESnakePriorShapeType in plugins.big.bigsnake.gui |
---|
Methods in plugins.big.bigsnake.gui that return ESnakePriorShapeType | |
---|---|
ESnakePriorShapeType |
SnakeSettingsPane.getPriorShapeType()
Returns the energy type selected by the user. |
Uses of ESnakePriorShapeType in plugins.big.bigsnake.snake |
---|
Methods in plugins.big.bigsnake.snake that return ESnakePriorShapeType | |
---|---|
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. |
Methods in plugins.big.bigsnake.snake with parameters of type ESnakePriorShapeType | |
---|---|
void |
ESnakeParameters.setPriorShapeType(ESnakePriorShapeType priorShapeType)
|
Constructors in plugins.big.bigsnake.snake with parameters of type ESnakePriorShapeType | |
---|---|
ESnakeParameters(ESnakeTargetType detectType,
int M,
ESnakeEnergyType energyType,
double alpha,
ESnakePriorShapeType priorShapeType,
ShapeSpaceType shapeSpaceType,
double beta,
int maxLife,
boolean immortal)
Constructor. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |