Class GradientEditor

All Implemented Interfaces:
ImageObserver, MenuContainer, Serializable

public class GradientEditor extends GradientBar
IMPORTANT: alpha featre not implemented. Stubs only. No alpha marker bar yet.

This is a component for displaying/modifying a gradient (palette).

Implementation details:
This implementation combines a GradientBar with two MarkerBar components. The marker bars are used to provide editing capabilities to the gradient bar. Note, that this component doesn't provide direct color-selecting capabilitied but relies on other external components such as JColorChooser.

Author:
Michael Baranov
See Also: