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
-
component0
- updatable component
-
component1
- updatable component
-
component2
- updatable component
-
yiqCoord
- This is a peer of rgbLocal in the superclass.
-
FrameYIQ(short, RGBCoord, MessageProcessor)
- Constructs the YIQ color space frame.
-
recomputeCoordinates()
- This method overrides the one from the superclass, and does
the actual coordinate conversion.
yiqCoord
YIQCoord yiqCoord
- This is a peer of rgbLocal in the superclass.
component0
CompYIQCube component0
- updatable component
component1
CompYIQSliders component1
- updatable component
component2
CompColor component2
- updatable component
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
recomputeCoordinates
protected void recomputeCoordinates()
- This method overrides the one from the superclass, and does
the actual coordinate conversion.
- Overrides:
- recomputeCoordinates in class ColorSpaceFrame