Class FrameLAB
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----ColorSpaceFrame
|
+----FrameLAB
- public class FrameLAB
- extends ColorSpaceFrame
This class produces the LAB color space frame.
- See Also:
- ColorSpaceFrame
-
component0
- updatable component
-
component1
- updatable component
-
component2
- updatable component
-
xyz
- This is a peer of rgbLocal in the superclass.
-
FrameLAB(short, RGBCoord, MessageProcessor)
- Constructs the LAB color space frame.
-
recomputeCoordinates()
- This method overrides the one from the superclass, and does
the actual coordinate conversion.
xyz
XYZSet xyz
- This is a peer of rgbLocal in the superclass.
component0
CompLABSlice component0
- updatable component
component1
CompLABSliders component1
- updatable component
component2
CompColor component2
- updatable component
FrameLAB
public FrameLAB(short this_window,
RGBCoord rgb,
MessageProcessor msg_processor)
- Constructs the LAB 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