com.davisor.graphics.chart
Interface TableRenderer

All Known Implementing Classes:
AbstractTableRenderer

public interface TableRenderer

TableRenderer defines the interface with which TableFactory instances can control different table rendering tool implementations.

Since:
JDK1.4
See Also:
TableFactory

Method Summary
 Chart renderTableChart(ChartAttributes attr, ChartData data, Chart chart)
          Renders a table chart from given chart attributes and data.
 

Method Detail

renderTableChart

public Chart renderTableChart(ChartAttributes attr,
                              ChartData data,
                              Chart chart)
                       throws InvalidDataException
Renders a table chart from given chart attributes and data.

Parameters:
attr - chart attributes
data - chart data
chart - chart to store the result into (may be null)
Returns:
resulting chart
Throws:
InvalidDataException - if data is invalid for chart rendering


Copyright © 2001-2004 Davisor Oy. All Rights Reserved.