Creates new AbstractChartRenderer
Parameters: rcm - the RowColorModel that defines the correspondence between row titles and colors Parameters: p - the Object used to translate values into points Parameters: model - the DataModel that should be rendered
Creates new AbstractChartRenderer
Parameters: cs - the CoordSystem which contains the AffineTransforms to translateinto pixel space Parameters: rcm - the RowColorModel that defines the correspondence between row titles and colors Parameters: model - the DataModel that should be rendered
Gets the bounds for this renderer.
the bounds of this renderer. If setBounds has notbeen called before, the bounds computed fromgetPreferredSize is returned.
Calls renderChart(g) and crops the output to the desired
bounds. This way you can manually set small maximum and minimum values
which automatically gets reflected in the CoordSystem but the ChartRenderer
doesn't need to care.
Parameters: g - the Graphics2D object in which to render
Sets the bounds the layout manager has assigned to
this renderer. Those, of course, have to be
considered in the rendering process.
Parameters: bounds - the new bounds for the renderer.