Class Mixer

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Canvas
                   |
                   +----TripleSlider
                           |
                           +----Mixer

class Mixer
extends TripleSlider
This class produces 3-color proportional mixer.


Variable Index

 o current
Current resulting color point
 o imgTest
Parent applet reference

Constructor Index

 o Mixer(ImgTest)
Constructs the 3-color mixer.

Method Index

 o getCurrentPoint()
Returns current point.
 o Motion()
Processes slider changes.

Variables

 o imgTest
 ImgTest imgTest
Parent applet reference

 o current
 Point current
Current resulting color point

Constructors

 o Mixer
 public Mixer(ImgTest imgTest)
Constructs the 3-color mixer.

Parameters:
imgTest - parent applet reference.

Methods

 o Motion
 public void Motion()
Processes slider changes.

Overrides:
Motion in class TripleSlider
 o getCurrentPoint
 public Point getCurrentPoint()
Returns current point.

Returns:
current point coordinates.