- randomBounds(Rectangle, Dimension) - Method in class provided.util.valueGenerator.impl.Randomizer
-
- randomBounds(Rectangle, Dimension) - Method in interface provided.util.valueGenerator.IRandomizer
-
Generates a randomly located and sized rectangle
- randomChoice(Object, Object, double) - Method in class provided.util.valueGenerator.impl.Randomizer
-
- randomChoice(Object, Object, double) - Method in interface provided.util.valueGenerator.IRandomizer
-
Returns a random choice of one of two objects, x and y, where probX is the probability
that x will be picked (0<=x<=1).
- randomColor() - Method in class provided.util.valueGenerator.impl.Randomizer
-
- randomColor() - Method in interface provided.util.valueGenerator.IRandomizer
-
Generates a random color
- randomDim(Dimension) - Method in class provided.util.valueGenerator.impl.Randomizer
-
- randomDim(Dimension) - Method in interface provided.util.valueGenerator.IRandomizer
-
Returns a random square Dimension, whose width is maxDim.width/2<=width<=maxDim.width
- randomDouble(double, double) - Method in class provided.util.valueGenerator.impl.Randomizer
-
- randomDouble(double, double) - Method in interface provided.util.valueGenerator.IRandomizer
-
Returns a random double greater than or equal to min and less than max.
- randomInt(int, int) - Method in class provided.util.valueGenerator.impl.Randomizer
-
- randomInt(int, int) - Method in interface provided.util.valueGenerator.IRandomizer
-
Returns a random integer greater than or equal to min and less than or equal to max.
- Randomizer - Class in provided.util.valueGenerator.impl
-
Concrete implementation of IRandomizer
- Randomizer() - Constructor for class provided.util.valueGenerator.impl.Randomizer
-
Private constructor for use by the Singleton only..
- randomLoc(Dimension) - Method in class provided.util.valueGenerator.impl.Randomizer
-
- randomLoc(Dimension) - Method in interface provided.util.valueGenerator.IRandomizer
-
Generates a random location point subject to the constraint that 0<=X<=dim.width and 0<=Y<=dim.height.
- randomLoc(Rectangle) - Method in class provided.util.valueGenerator.impl.Randomizer
-
- randomLoc(Rectangle) - Method in interface provided.util.valueGenerator.IRandomizer
-
Generates a random location point subject to the constraint that rect.x<=X<=rect.x+rect.width and rect.y<=Y<=rect.y+rect.height.
- randomVel(Rectangle) - Method in class provided.util.valueGenerator.impl.Randomizer
-
- randomVel(Rectangle) - Method in interface provided.util.valueGenerator.IRandomizer
-
Returns a random velocity (as a Point) subject to the constraint that the absolute value of the velocity (speed)
within the bound (inclusive) defined by rect.
- removeAllObservers() - Method in interface provided.util.dispatcher.IDispatcher
-
Removes all the observers currently in the dispatcher
- removeAllObservers() - Method in class provided.util.dispatcher.impl.ADispatcher
-
- removeObserver(IObserver<TMsg>) - Method in interface provided.util.dispatcher.IDispatcher
-
Remove an observer from the dispatcher.
- removeObserver(IObserver<TMsg>) - Method in class provided.util.dispatcher.impl.ADispatcher
-