JIDE 3.5.15

Package com.jidesoft.palette

Provides the necessary classes and interfaces for dealing with color palettes and gradients.

See:
          Description

Interface Summary
MutablePalette Defines the requirements for a palette that can change.
Palette Defines a palette of colors.
PaletteListener The listener interface for receiving "interesting" events about changes to the palette.
 

Class Summary
AbstractMutablePalette This class provides a skeletal implementation of the MutablePalette interface to minimize the effort required to implement this interface.
AbstractPalette This class provides a skeletal implementation of the Palette interface to minimize the effort required to implement this interface.
FixedPalette Palette composed of a defined list of discrete colors.
InterpolatedPalette Palette where colors are interpolated according to some fixed points.
InterpolatedPalette.Entry  
PaletteEvent An event that characterizes a change in the palette.
PaletteFactory Factory class for creating prebuild palettes of various types.
PaletteFactory.Entry  
 

Enum Summary
InterpolatedPalette.Mode  
Palette.Cycle  
PaletteFactory.Type  
 

Package com.jidesoft.palette Description

Provides the necessary classes and interfaces for dealing with color palettes and gradients.


JIDE 3.5.15