|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.approximatrix.charting.render.AbstractChartRenderer
com.approximatrix.charting.render.InterpolationChartRenderer
public class InterpolationChartRenderer
This renderer creates a InterpolationChart.
| Field Summary |
|---|
| Fields inherited from class com.approximatrix.charting.render.AbstractChartRenderer |
|---|
bounds, coord, model, rcm |
| Constructor Summary | |
|---|---|
InterpolationChartRenderer(CoordSystem cs,
ChartDataModel model)
Creates new InterpolationChartRenderer |
|
| Method Summary | |
|---|---|
void |
renderChart(java.awt.Graphics2D g)
Finally renders the Object in the Graphics object. |
| Methods inherited from class com.approximatrix.charting.render.AbstractChartRenderer |
|---|
getBounds, getChartDataModel, getCoordSystem, getPreferredSize, getRowColorModel, getTransform, render, setBounds, setChartDataModel, setCoordSystem, setRowColorModel |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public InterpolationChartRenderer(CoordSystem cs,
ChartDataModel model)
rcm - the RowColorModel needed to determine the right colorscs - the CoordSystem used to translate values into pointsmodel - the DataModel that should be rendered| Method Detail |
|---|
public void renderChart(java.awt.Graphics2D g)
renderChart in class AbstractChartRendererg - the Graphics2D object in which to render
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||