A B C D E F G H I J L M N O P R S T U V W Y

R

REPAINT_DELAY - Variable in class objectdraw.AWTDrawingCanvas
The amount by which repaint requests should be delayed
REPAINT_DELAY - Variable in class objectdraw.JDrawingCanvas
The amount by which repaint requests should be delayed
RandomDoubleGenerator - class objectdraw.RandomDoubleGenerator.
A generator that provides random double between two values upon demand.
RandomDoubleGenerator(double, double) - Constructor for class objectdraw.RandomDoubleGenerator
Constructs a new RandomDoubleGenerator that can generate values v such that min <= v < max.
RandomIntGenerator - class objectdraw.RandomIntGenerator.
A generator that provides random integer between two values upon demand
RandomIntGenerator(int, int) - Constructor for class objectdraw.RandomIntGenerator
Constructs a new RandomInt that can generate values v such that min <= v <= max.
Resizable2DInterface - interface objectdraw.Resizable2DInterface.
Resizable2DInterface describes the methods available for manipulating objects on a DrawingCanvas that can be resized under program control.
removeFromCanvas() - Method in interface objectdraw.DrawableInterface
Permanently removes the object from the canvas it is currently on.
repaint() - Method in class objectdraw.AWTDrawingCanvas
 
repaint() - Method in interface objectdraw.DrawingCanvas
Requests that the contents of the canvas be redrawn.
repaint() - Method in class objectdraw.JDrawingCanvas
 
requestFocus() - Method in interface objectdraw.DrawingCanvas
Requests that this Component get the input focus, and that this Component's top-level ancestor become the focused Window.
requestFocusInWindow() - Method in interface objectdraw.DrawingCanvas
Requests that this Component get the input focus.
resize(int, int) - Method in class objectdraw.AWTController
Resize the window in which this controller is running (if possible)
resize(int, int) - Method in class objectdraw.Controller
Resize the window in which this controller is running (if possible)

A B C D E F G H I J L M N O P R S T U V W Y