Class CompHSVHex

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

class CompHSVHex
extends UpdatableComponentImpl
This class produces an updatable component containing the HSV hexagon.

See Also:
HSVHex, UpdatableComponentImpl

Variable Index

 o hexagone
HSV hexagone

Constructor Index

 o CompHSVHex(FrameHSV)
Constructs a component with the HSV hexagone.

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 hexagone
 HSVHex hexagone
HSV hexagone

Constructors

 o CompHSVHex
 public CompHSVHex(FrameHSV parent)
Constructs a component with the HSV hexagone.

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