|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ShapeSpaceType | |
---|---|
plugins.big.bigsnake.core | |
plugins.big.bigsnake.gui | |
plugins.big.bigsnake.snake |
Uses of ShapeSpaceType in plugins.big.bigsnake.core |
---|
Fields in plugins.big.bigsnake.core declared as ShapeSpaceType | |
---|---|
static ShapeSpaceType |
Settings.SHAPE_SPACE_DEFAULT
Default value of shape space information. |
Uses of ShapeSpaceType in plugins.big.bigsnake.gui |
---|
Methods in plugins.big.bigsnake.gui that return ShapeSpaceType | |
---|---|
ShapeSpaceType |
SnakeSettingsPane.getShapeSpaceType()
Returns the shape space type selected by the user. |
Uses of ShapeSpaceType in plugins.big.bigsnake.snake |
---|
Methods in plugins.big.bigsnake.snake that return ShapeSpaceType | |
---|---|
ShapeSpaceType |
ESnakeParameters.getShapeSpaceType()
|
static ShapeSpaceType |
ShapeSpaceType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static ShapeSpaceType[] |
ShapeSpaceType.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 ShapeSpaceType | |
---|---|
void |
ESnakeParameters.setShapeSpaceType(ShapeSpaceType shapeSpaceType)
|
Constructors in plugins.big.bigsnake.snake with parameters of type ShapeSpaceType | |
---|---|
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 |