|
Header
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jfree.chart.renderer.AbstractRenderer
org.jfree.chart.renderer.WaferMapRenderer
public class WaferMapRenderer
A renderer for wafer map plots. Provides color managment facilities.
Field Summary | |
---|---|
static int |
POSITION_INDEX
default multivalue paint calculation |
static int |
VALUE_INDEX
The default value index. |
Fields inherited from class org.jfree.chart.renderer.AbstractRenderer |
---|
DEFAULT_OUTLINE_PAINT, DEFAULT_OUTLINE_STROKE, DEFAULT_PAINT, DEFAULT_SHAPE, DEFAULT_STROKE, DEFAULT_VALUE_LABEL_FONT, DEFAULT_VALUE_LABEL_PAINT, ZERO |
Constructor Summary | |
---|---|
WaferMapRenderer()
Creates a new renderer. |
|
WaferMapRenderer(java.lang.Integer paintLimit,
java.lang.Integer paintIndexMethod)
Creates a new renderer. |
|
WaferMapRenderer(int paintLimit,
int paintIndexMethod)
Creates a new renderer. |
Method Summary | |
---|---|
java.awt.Paint |
getChipColor(java.lang.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. |
Methods inherited from class java.lang.Object |
---|
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int POSITION_INDEX
public static final int VALUE_INDEX
Constructor Detail |
---|
public WaferMapRenderer()
public WaferMapRenderer(int paintLimit, int paintIndexMethod)
paintLimit
- the paint limit.paintIndexMethod
- the paint index method.public WaferMapRenderer(java.lang.Integer paintLimit, java.lang.Integer paintIndexMethod)
paintLimit
- the paint limit.paintIndexMethod
- the paint index method.Method Detail |
---|
public DrawingSupplier getDrawingSupplier()
getDrawingSupplier
in class AbstractRenderer
public WaferMapPlot getPlot()
public void setPlot(WaferMapPlot plot)
plot
- the plot.public java.awt.Paint getChipColor(java.lang.Number value)
value
- the value.
public LegendItemCollection getLegendCollection()
|
Footer
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |