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
-
slice
- Canvas containing LAB slice.
-
CompLABSlice(FrameLAB)
- Constructs a component with the LAB slice.
-
minimumSize()
- Overrides the default minimumSize() method.
-
preferredSize()
- Overrides the default preferredSize() method.
-
update()
- Self-update method that implements UpdatableComponentIfc.
slice
CompLABCanvas slice
- Canvas containing LAB slice.
CompLABSlice
public CompLABSlice(FrameLAB parent)
- Constructs a component with the LAB slice.
- 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