public class

WaferMapRenderer

extends AbstractRenderer
java.lang.Object
   ↳ org.jfree.chart.renderer.AbstractRenderer
     ↳ org.jfree.chart.renderer.WaferMapRenderer

Class Overview

A renderer for wafer map plots. Provides color managment facilities.

Summary

Constants
int POSITION_INDEX default multivalue paint calculation
int VALUE_INDEX The default value index.
[Expand]
Inherited Fields
From class org.jfree.chart.renderer.AbstractRenderer
Public Constructors
WaferMapRenderer()
Creates a new renderer.
WaferMapRenderer(int paintLimit, int paintIndexMethod)
Creates a new renderer.
WaferMapRenderer(Integer paintLimit, Integer paintIndexMethod)
Creates a new renderer.
Public Methods
Paint getChipColor(Number value)
Returns the paint for a given chip value.
DrawingSupplier getDrawingSupplier()
Returns the drawing supplier from the plot.
LegendItemCollection getLegendCollection()
Builds the list of legend entries.
WaferMapPlot getPlot()
Returns the plot.
void setPlot(WaferMapPlot plot)
Sets the plot and build the paint index.
[Expand]
Inherited Methods
From class org.jfree.chart.renderer.AbstractRenderer
From class java.lang.Object

Constants

public static final int POSITION_INDEX

default multivalue paint calculation

Constant Value: 0 (0x00000000)

public static final int VALUE_INDEX

The default value index.

Constant Value: 1 (0x00000001)

Public Constructors

public WaferMapRenderer ()

Creates a new renderer.

public WaferMapRenderer (int paintLimit, int paintIndexMethod)

Creates a new renderer.

Parameters
paintLimit the paint limit.
paintIndexMethod the paint index method.

public WaferMapRenderer (Integer paintLimit, Integer paintIndexMethod)

Creates a new renderer.

Parameters
paintLimit the paint limit.
paintIndexMethod the paint index method.

Public Methods

public Paint getChipColor (Number value)

Returns the paint for a given chip value.

Parameters
value the value.
Returns
  • The paint.

public DrawingSupplier getDrawingSupplier ()

Returns the drawing supplier from the plot.

Returns
  • The drawing supplier.

public LegendItemCollection getLegendCollection ()

Builds the list of legend entries. called by getLegendItems in WaferMapPlot to populate the plot legend.

Returns
  • The legend items.

public WaferMapPlot getPlot ()

Returns the plot.

Returns
  • The plot.

public void setPlot (WaferMapPlot plot)

Sets the plot and build the paint index.

Parameters
plot the plot.