Index
All Classes|All Packages|Constant Field Values|Serialized Form
R
- randomBounds(Rectangle, Dimension) - Method in class provided.utils.valueGenerator.impl.Randomizer
- randomBounds(Rectangle, Dimension) - Method in interface provided.utils.valueGenerator.IRandomizer
-
Generates a randomly located and sized rectangle
- randomChoice(Object, Object, double) - Method in class provided.utils.valueGenerator.impl.Randomizer
- randomChoice(Object, Object, double) - Method in interface provided.utils.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.utils.valueGenerator.impl.Randomizer
- randomColor() - Method in interface provided.utils.valueGenerator.IRandomizer
-
Generates a random color
- randomDim(Dimension) - Method in class provided.utils.valueGenerator.impl.Randomizer
- randomDim(Dimension) - Method in interface provided.utils.valueGenerator.IRandomizer
-
Returns a random square Dimension, whose width is maxDim.width/2<=width<=maxDim.width
- randomDouble(double, double) - Method in class provided.utils.valueGenerator.impl.Randomizer
- randomDouble(double, double) - Method in interface provided.utils.valueGenerator.IRandomizer
-
Returns a random double greater than or equal to min and less than max.
- randomInt(int, int) - Method in class provided.utils.valueGenerator.impl.Randomizer
- randomInt(int, int) - Method in interface provided.utils.valueGenerator.IRandomizer
-
Returns a random integer greater than or equal to min and less than or equal to max.
- Randomizer - Class in provided.utils.valueGenerator.impl
-
Concrete implementation of IRandomizer
- Randomizer() - Constructor for class provided.utils.valueGenerator.impl.Randomizer
-
Private constructor for use by the Singleton only..
- randomLoc(Dimension) - Method in class provided.utils.valueGenerator.impl.Randomizer
- randomLoc(Dimension) - Method in interface provided.utils.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.utils.valueGenerator.impl.Randomizer
- randomLoc(Rectangle) - Method in interface provided.utils.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.utils.valueGenerator.impl.Randomizer
- randomVel(Rectangle) - Method in interface provided.utils.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.
- remove(ILogger) - Method in interface provided.logger.ILogger
-
Remove the given logger from anywhere in the logger chain that begins with this logger.
- remove(ILogger) - Method in class provided.logger.impl.Logger
- removeAccidental(Note) - Method in class provided.abcMusic.parser.ABCParser
-
Removes a note from the set of accidentals Removes any note with the same name and octave.
- removeAllObservers() - Method in interface provided.utils.dispatcher.IDispatcher
-
Removes all the observers currently in the dispatcher
- removeAllObservers() - Method in class provided.utils.dispatcher.impl.ADispatcher
-
Removes all the observers currently in the dispatcher
- removeLogProcessor(ILogEntryProcessor) - Method in interface provided.logger.ILogger
-
Remove the given log entry processor from the set of processors being used.
- removeLogProcessor(ILogEntryProcessor) - Method in class provided.logger.impl.Logger
- removeObserver(IObserver<TMsg>) - Method in interface provided.utils.dispatcher.IDispatcher
-
Remove an observer from the dispatcher.
- removeObserver(IObserver<TMsg>) - Method in class provided.utils.dispatcher.impl.ADispatcher
-
Remove an observer from the dispatcher.
- repaint() - Method in interface visitorDemoExercises.basicVisitorDemo.model.IViewAdapter
-
Request that the view repaint itself.
- rotate(Point2D, double) - Method in class provided.utils.valueGenerator.impl.VectorUtil
- rotate(Point2D, double) - Method in interface provided.utils.valueGenerator.IVectorUtil
-
Utility method to rotate the given vector by the given angle the input vector is mutated.
- run(CBoxItem, String) - Method in interface visitorDemoExercises.basicVisitorDemo.view.IModelAdapter
-
Ask the model to process the given host object with the given a visitor
- run(IHost, String) - Method in class visitorDemoExercises.basicVisitorDemo.model.VisitorDemoModel
-
Return the results of having the given host object execute the visitor corresponding to the given class name.
- runAlgo(THost, String, String) - Method in interface visitorDemoExercises.listFWVisitorExercises.view.IModelAdapter
-
Returns the result of the model processing given the visitor's classname and the given parameter string using the given host.
- runFoldL(IList, String, String) - Method in class visitorDemoExercises.listFWVisitorExercises.model.ListDemoModel
-
Run the FoldLAlgo visitor on the given list using the given IAccumulator
- runFoldL(THost, String, String) - Method in interface visitorDemoExercises.listFWVisitorExercises.view.IModelAdapter
-
Returns the result of the model processing given the accumulator's classname and the given parameter string using the given host with the FoldLAlgo visitor.
- runFoldR(IList, String, String) - Method in class visitorDemoExercises.listFWVisitorExercises.model.ListDemoModel
-
Run the FoldRAlgo visitor on the given list using the given IAccumulator
- runFoldR(THost, String, String) - Method in interface visitorDemoExercises.listFWVisitorExercises.view.IModelAdapter
-
Returns the result of the model processing given the accumulator's classname and the given parameter string using the given host with the FoldRAlgo visitor.
- runListAlgo(IList, String, String) - Method in class visitorDemoExercises.listFWVisitorExercises.model.ListDemoModel
-
Returns the result of a host list executing the given visitor with the given parameter
All Classes|All Packages|Constant Field Values|Serialized Form