org.jfree.chart.renderer
public class WaferMapRenderer extends AbstractRenderer
Field Summary | |
---|---|
static int | POSITION_INDEX default multivalue paint calculation |
static int | VALUE_INDEX The default value index. |
Constructor Summary | |
---|---|
WaferMapRenderer()
Creates a new renderer. | |
WaferMapRenderer(int paintLimit, int paintIndexMethod)
Creates a new renderer.
| |
WaferMapRenderer(Integer paintLimit, Integer paintIndexMethod)
Creates a new renderer.
|
Method Summary | |
---|---|
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. called by getLegendItems in
WaferMapPlot to populate the plot legend.
|
WaferMapPlot | getPlot()
Returns the plot.
|
void | setPlot(WaferMapPlot plot)
Sets the plot and build the paint index.
|
Parameters: paintLimit the paint limit. paintIndexMethod the paint index method.
Parameters: paintLimit the paint limit. paintIndexMethod the paint index method.
Parameters: value the value.
Returns: The paint.
Returns: The drawing supplier.
Returns: The legend items.
Returns: The plot.
Parameters: plot the plot.