public class HistogramDataConsumer extends AbstractChartDataConsumer
chartpcs, properties| Constructor and Description | 
|---|
HistogramDataConsumer()
Create a new chart consumer. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
addValue(java.lang.Comparable seriesname,
        java.lang.Object valx,
        java.lang.Object valy,
        DataTable data,
        java.lang.Object[] row)
Add a value to a specific series of the chart. 
 | 
protected JFreeChart | 
createChart()
Create a chart with the underlying dataset. 
 | 
consumeData, getChart, getChartPanel, getResourceInfo, getSpace, getTableDataProvider, getValues, refreshaddPropertyChangeListener, getProperties, getProperty, getPropertyNames, hasProperty, removePropertyChangeListener, setProperties, setProperty, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitgetProperty, getPropertyNames, hasProperty, setPropertypublic HistogramDataConsumer()
protected JFreeChart createChart()
createChart in class AbstractChartDataConsumerprotected void addValue(java.lang.Comparable seriesname,
                        java.lang.Object valx,
                        java.lang.Object valy,
                        DataTable data,
                        java.lang.Object[] row)
addValue in class AbstractChartDataConsumerseriesname - The series name.valx - The x value.valy - The y value.data - The data table.row - The current data row.