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

R

random() - Static method in class maclib.MacLib
Returns a pseudo-random, uniformly distributed, integer value in the range from -32768 through 32767.
Random() - Static method in class maclib.MacLib
 
randSeed - Static variable in class maclib.MacLib
The seed value used by the random() generator.
Rect - Class in maclib
This class implements QuickDraw-like definitions for rectangles.
Rect() - Constructor for class maclib.Rect
Constructs and initializes an empty rect with coordinates (0,0,0,0).
Rect(int, int, int, int) - Constructor for class maclib.Rect
Constructs and initializes a rectangle with the given coordinates.
Rect(Point, Point) - Constructor for class maclib.Rect
Constructs and initializes a rectangle as the smallest one which encloses the two given points.
Rect(Rect, Rect) - Constructor for class maclib.Rect
Constructs and initializes a rectangle as the smallest one which encloses the two given rectangles.
red - Variable in class maclib.RGBColor
The red component.
RED_COLOR - Static variable in class maclib.GrafPort
Used to specify one of the standard painting color.
redColor - Static variable in class maclib.MacLib
Used to specify one of the standard painting color.
reset() - Method in class maclib.DrawingStuff
Resets the drawing and event context of this DrawingStuff.
reset() - Method in class maclib.GrafPort
Resets the drawing context attached to this GrafPort.
resize(int, int) - Method in class maclib.GrafPort
Sets the size of the attached drawing panel as specified.
RGBBackColor(RGBColor) - Static method in class maclib.MacLib
Sets the current background color, used when erasing or inverting, as specified by the given RGBColor object.
RGBColor - Class in maclib
This class implements QuickDraw-like definitions for RGB colors where each component is valued between 0 and 65535.
RGBColor() - Constructor for class maclib.RGBColor
Constructs and initializes a color with components (0,0,0,0), that is the black color.
RGBColor(int, int, int) - Constructor for class maclib.RGBColor
Constructs and initializes a color with the given components.
RGBForeColor(RGBColor) - Static method in class maclib.MacLib
Sets the current pen color, used for drawing lines or text and painting shapes, as specified by the given RGBColor object.
right - Variable in class maclib.Rect
The x coordinate of the bottom right corner.

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