org.jfree.chart.plot

Class RainbowPalette

public class RainbowPalette extends ColorPalette implements Serializable

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.

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.
Constructor Summary
RainbowPalette()
Default constructor.
Method Summary
voidinitialize()
Intializes the palettes indexes

Constructor Detail

RainbowPalette

public RainbowPalette()
Default constructor.

Method Detail

initialize

public void initialize()
Intializes the palettes indexes
Copyright © 2000-2009 by Object Refinery Limited. All Rights Reserved.