Class FrameYIQ

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

public class FrameYIQ
extends ColorSpaceFrame
This class produces the YIQ color space frame.

See Also:
ColorSpaceFrame

Variable Index

 o component0
updatable component
 o component1
updatable component
 o component2
updatable component
 o yiqCoord
This is a peer of rgbLocal in the superclass.

Constructor Index

 o FrameYIQ(short, RGBCoord, MessageProcessor)
Constructs the YIQ color space frame.

Method Index

 o recomputeCoordinates()
This method overrides the one from the superclass, and does the actual coordinate conversion.

Variables

 o yiqCoord
 YIQCoord yiqCoord
This is a peer of rgbLocal in the superclass.

 o component0
 CompYIQCube component0
updatable component

 o component1
 CompYIQSliders component1
updatable component

 o component2
 CompColor component2
updatable component

Constructors

 o FrameYIQ
 public FrameYIQ(short this_window,
                 RGBCoord rgb,
                 MessageProcessor msg_processor)
Constructs the YIQ 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

Methods

 o recomputeCoordinates
 protected void recomputeCoordinates()
This method overrides the one from the superclass, and does the actual coordinate conversion.

Overrides:
recomputeCoordinates in class ColorSpaceFrame