Class FrameHSV
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----ColorSpaceFrame
|
+----FrameHSV
- public class FrameHSV
- extends ColorSpaceFrame
This class produces the HSV color space frame.
- See Also:
- ColorSpaceFrame
-
component0
- updatable component
-
component1
- updatable component
-
component2
- updatable component
-
component3
- updatable component
-
hsvCoord
- This is a peer of rgbLocal in the superclass.
-
FrameHSV(short, RGBCoord, MessageProcessor)
- Constructs the HSV color space frame.
-
recomputeCoordinates()
- This method overrides the one from the superclass, and does
the actual coordinate conversion.
hsvCoord
HSVCoord hsvCoord
- This is a peer of rgbLocal in the superclass.
component0
CompHSVHex component0
- updatable component
component1
CompHSVSliders component1
- updatable component
component2
CompColor component2
- updatable component
component3
CompHSVCone component3
- updatable component
FrameHSV
public FrameHSV(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
recomputeCoordinates
protected void recomputeCoordinates()
- This method overrides the one from the superclass, and does
the actual coordinate conversion.
- Overrides:
- recomputeCoordinates in class ColorSpaceFrame