Class FrameRGB

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Window
                           |
                           +----java.awt.Frame
                                   |
                                   +----ColorSpaceFrame
                                           |
                                           +----FrameRGB

public class FrameRGB
extends ColorSpaceFrame
This class produces the RGB color space frame.

See Also:
ColorSpaceFrame

Variable Index

 o component0
updatable component
 o component1
updatable component
 o component2
updatable component
 o component3
updatable component

Constructor Index

 o FrameRGB(short, RGBCoord, MessageProcessor)
Constructs the HSV color space frame.

Variables

 o component0
 CompRGBCube component0
updatable component

 o component1
 CompRGBSliders component1
updatable component

 o component2
 CompRGBDither component2
updatable component

 o component3
 CompColor component3
updatable component

Constructors

 o FrameRGB
 public FrameRGB(short this_window,
                 RGBCoord rgb,
                 MessageProcessor msg_processor)
Constructs the HSV color space frame.

Parameters:
this_window - ID assigned to this frame
rgb - reference to the main RGB coordinates
msg_processor - reference to the message processor
See Also:
RGBCoord, MessageProcessor