Package | Description |
---|---|
ballworld.model | |
ballworld.model.strategy | |
util |
Modifier and Type | Field and Description |
---|---|
private IRandomizer |
BallModel.rand
Randomizer utility object, used for random values for new balls
|
Modifier and Type | Field and Description |
---|---|
private IRandomizer |
WanderStrategy.rand
Randomizer utility for obtaining random values to change the velocity
|
private IRandomizer |
DrunkenStrategy.rand
Randomizer utility used to randomly select one of the possible
strategies.
|
private IRandomizer |
ColorStrategy.rand
Randomizer utility for generating random colors.
|
private IRandomizer |
BreathingStrategy.rand
Randomizer utility for setting the sinusoid.
|
Modifier and Type | Class and Description |
---|---|
class |
Randomizer
Utility class that supplies class routines for generating various random values
|