public class

RainbowPalette

extends ColorPalette
implements Serializable
java.lang.Object
   ↳ org.jfree.chart.plot.ColorPalette
     ↳ org.jfree.chart.plot.RainbowPalette

This class is deprecated.
This class is no longer supported (as of version 1.0.4). If you are creating contour plots, please try to use XYPlot and XYBlockRenderer.

Class Overview

Contains the data to construct an 8-bit rainbow palette This come from an old application which ran on 8-bit graphics device. Thus indexes 0 and 1 were preserved for rendering white and black respectively.

Summary

[Expand]
Inherited Fields
From class org.jfree.chart.plot.ColorPalette
Public Constructors
RainbowPalette()
Default constructor.
Public Methods
void initialize()
Intializes the palettes indexes
[Expand]
Inherited Methods
From class org.jfree.chart.plot.ColorPalette
From class java.lang.Object

Public Constructors

public RainbowPalette ()

Default constructor.

Public Methods

public void initialize ()

Intializes the palettes indexes