i-net Clear Reports

com.inet.report.chart.dataset
Class XYForEachRecordDataset

java.lang.Object
  extended by com.inet.report.chart.dataset.AbstractDataset
      extended by com.inet.report.chart.dataset.XYForAllRecordsDataset
          extended by com.inet.report.chart.dataset.XYForEachRecordDataset
All Implemented Interfaces:
BaseDataset, XYDataset, java.io.Serializable
Direct Known Subclasses:
XYOneGroupDataset

public class XYForEachRecordDataset
extends XYForAllRecordsDataset

This is a dataset used by xy charts. This evaluates data 'for each record' for three data fields (x, y and size).

Since:
8.0
See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.inet.report.chart.dataset.XYForAllRecordsDataset
FIELDS_COUNT
 
Fields inherited from interface com.inet.report.chart.dataset.BaseDataset
TOKEN_DATASET
 
Constructor Summary
XYForEachRecordDataset(Chart2 chart)
          Creates a new empty dataset.
 
Method Summary
 com.inet.report.chart.dataset.LabelProvider getLabelProvider()
          Returns the LabelProvider responsible for providing the title, footnote, and axis labels
protected  java.lang.String getName()
          FOR INTERNAL USE ONLY Returns the XML attribute name for this dataset.
 
Methods inherited from class com.inet.report.chart.dataset.XYForAllRecordsDataset
getCategoryGroup, getChart, getDataField, getDataField, getDataFields, getSizeField, getXField, getYField, setSizeField, setXField, setYField, verify
 

Constructor Detail

XYForEachRecordDataset

public XYForEachRecordDataset(Chart2 chart)
Creates a new empty dataset.

Parameters:
chart - the chart (null not permitted)
Since:
8.0
Method Detail

getName

protected java.lang.String getName()
FOR INTERNAL USE ONLY Returns the XML attribute name for this dataset.

Overrides:
getName in class XYForAllRecordsDataset
Returns:
the name.

getLabelProvider

public com.inet.report.chart.dataset.LabelProvider getLabelProvider()
Returns the LabelProvider responsible for providing the title, footnote, and axis labels

Specified by:
getLabelProvider in interface BaseDataset
Overrides:
getLabelProvider in class XYForAllRecordsDataset
Returns:
the LabelProvider responsible for providing the title, footnote, and axis labels

i-net Clear Reports

Copyright © 1999-2011 by i-net software GmbH