Class CompYIQCube

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Container
                   |
                   +----java.awt.Panel
                           |
                           +----UpdatableComponentImpl
                                   |
                                   +----CompYIQCube

class CompYIQCube
extends UpdatableComponentImpl
This class produces an updatable component containing the RGB cube in YIQ color space.

See Also:
RGBCube, UpdatableComponentImpl

Variable Index

 o cube
RGB cube

Constructor Index

 o CompYIQCube(FrameYIQ)
Constructs a component with the RGB cube in YIQ color space.

Method Index

 o minimumSize()
Overrides the default minimumSize() method.
 o preferredSize()
Overrides the default preferredSize() method.
 o update()
Self-update method that implements UpdatableComponentIfc.

Variables

 o cube
 RGBCube cube
RGB cube

Constructors

 o CompYIQCube
 public CompYIQCube(FrameYIQ parent)
Constructs a component with the RGB cube in YIQ color space.

Parameters:
parent - reference to the parent frame.

Methods

 o update
 public void update()
Self-update method that implements UpdatableComponentIfc.

Overrides:
update in class UpdatableComponentImpl
See Also:
UpdatableComponentIfc
 o minimumSize
 public Dimension minimumSize()
Overrides the default minimumSize() method.

Returns:
new Dimension
Overrides:
minimumSize in class Container
 o preferredSize
 public Dimension preferredSize()
Overrides the default preferredSize() method.

Returns:
new Dimension
Overrides:
preferredSize in class Container