Class CompLABSlice

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

class CompLABSlice
extends UpdatableComponentImpl
This class produces an updatable component containing a slice of RGB cube in Lab space.

See Also:
CompLABCanvas, UpdatableComponentImpl

Variable Index

 o slice
Canvas containing LAB slice.

Constructor Index

 o CompLABSlice(FrameLAB)
Constructs a component with the LAB slice.

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 slice
 CompLABCanvas slice
Canvas containing LAB slice.

Constructors

 o CompLABSlice
 public CompLABSlice(FrameLAB parent)
Constructs a component with the LAB slice.

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