Class CompHSVCone

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

class CompHSVCone
extends UpdatableComponentImpl
This class produces an updatable component that contains the HSV hexcone.

See Also:
UpdatableComponentImpl

Variable Index

 o hexcone
The hexcone canvas.

Constructor Index

 o CompHSVCone(FrameHSV)
Constructs updatable component that contains the HSV hexcone.

Method Index

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

Variables

 o hexcone
 HSVhexcone hexcone
The hexcone canvas.

Constructors

 o CompHSVCone
 public CompHSVCone(FrameHSV parent)
Constructs updatable component that contains the HSV hexcone.

Parameters:
parent - parent frame reference

Methods

 o update
 public void update()
Self-update method. It is called when the component has to be updated.

Overrides:
update in class UpdatableComponentImpl
 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