com.approximatrix.charting.render
Class InterpolationChartRenderer

java.lang.Object
  extended by com.approximatrix.charting.render.AbstractChartRenderer
      extended by com.approximatrix.charting.render.InterpolationChartRenderer
All Implemented Interfaces:
Renderer

public class InterpolationChartRenderer
extends AbstractChartRenderer

This renderer creates a InterpolationChart.

Version:
1.0
Author:
mueller

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

InterpolationChartRenderer

public InterpolationChartRenderer(CoordSystem cs,
                                  ChartDataModel model)
Creates new InterpolationChartRenderer

Parameters:
rcm - the RowColorModel needed to determine the right colors
cs - the CoordSystem used to translate values into points
model - the DataModel that should be rendered
Method Detail

renderChart

public void renderChart(java.awt.Graphics2D g)
Finally renders the Object in the Graphics object.

Specified by:
renderChart in class AbstractChartRenderer
Parameters:
g - the Graphics2D object in which to render