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
-
hexcone
- The hexcone canvas.
-
CompHSVCone(FrameHSV)
- Constructs updatable component that contains the HSV hexcone.
-
minimumSize()
- Overrides the default minimumSize() method.
-
preferredSize()
- Overrides the default preferredSize() method.
-
update()
- Self-update method.
hexcone
HSVhexcone hexcone
- The hexcone canvas.
CompHSVCone
public CompHSVCone(FrameHSV parent)
- Constructs updatable component that contains the HSV hexcone.
- Parameters:
- parent - parent frame reference
update
public void update()
- Self-update method. It is called when the component has to be updated.
- Overrides:
- update in class UpdatableComponentImpl
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