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
-
hexagone
- HSV hexagone
-
CompHSVHex(FrameHSV)
- Constructs a component with the HSV hexagone.
-
minimumSize()
- Overrides the default minimumSize() method.
-
preferredSize()
- Overrides the default preferredSize() method.
-
update()
- Self-update method that implements UpdatableComponentIfc.
hexagone
HSVHex hexagone
- HSV hexagone
CompHSVHex
public CompHSVHex(FrameHSV parent)
- Constructs a component with the HSV hexagone.
- Parameters:
- parent - reference to the parent frame.
update
public void update()
- Self-update method that implements UpdatableComponentIfc.
- Overrides:
- update in class UpdatableComponentImpl
- See Also:
- UpdatableComponentIfc
minimumSize
public Dimension minimumSize()
- Overrides the default minimumSize() method.
- Returns:
- new Dimension
- Overrides:
- minimumSize in class Container
preferredSize
public Dimension preferredSize()
- Overrides the default preferredSize() method.
- Returns:
- new Dimension
- Overrides:
- preferredSize in class Container