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

R

r - Variable in class legacy.video.RGB
red component ranging from 0 to 255 where 255 is considered to be at it's higest luminace.
RED - Static variable in class legacy.video.Colors
Standard Red color
reducePallet(RGB[], RGB[]) - Static method in class legacy.video.Pallets
reducePallet reduces an array of colors to fit a destination array of a given size.
Note very costly to use continually reduced an arry by 1 until the desired size is met.
this calls a mehod wich will find first mathces and the closest in wich case it will interpolate the results.
render(VideoAdapter) - Method in class games.DesignGuide
render(Video v) handles all rendering
render(VideoAdapter) - Method in class games.ExtendedDesignGame
render(Video v) handles all rendering
render(VideoAdapter) - Method in class legacy.Legacy
render(Video v) is called when needed as defined by the Conifiguration suppled by the abstract method Configuration getConfiguration().
render() - Method in class legacy.VideoAdapter
render() pushes the current video buffer or page into the video device
ResourceGroup - Class in legacy.resource
ResourceGroup.class is a container for lists of specific resouces defined in a group of resources.
ResourceGroup(String, Properties) - Constructor for class legacy.resource.ResourceGroup
Resource group is an arrangements of resouces in a given group.
ResourceManager - Class in legacy.resource
ResourceManager.class
Restricted - Annotation Type in legacy.Annotations
Restricted.class indicated that the following is restricted to specific usages.
RGB - Class in legacy.video
RGB.class is a container for RGBA color composites with values ranging from 0 to 255 for each.
Warning access to componets r,g,b,a are public but may not effect the value used by any rendition service or class, these feild are availble for optimiziation considerations only.
RGB(int) - Constructor for class legacy.video.RGB
RGB(int rgb) creates a a record of all three components plus alpha extracted from 0xAARRGGBB
RGB(int, int, int) - Constructor for class legacy.video.RGB
RGB(int r, int g, int b) creates a a record of all three components plus alpha by default set to 255 and it's real value calulated as 0xAARRGGBB
RGB(int, int, int, int) - Constructor for class legacy.video.RGB
RGB(int r, int g, int b, int a) creates a a record of all three components plus alpha and it's real value calulated as 0xAARRGGBB
RISC_16C - Static variable in class legacy.video.Pallets
PalletFactory for classic Ric 16 color pallet

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