|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.inet.report.chart.dataset.AbstractDataset
com.inet.report.chart.dataset.ForAllRecordsDataset
com.inet.report.chart.dataset.ForEachRecordDataset
public class ForEachRecordDataset
This is a dataset used by standard (bar, line, area) and pie charts. This evaluates data 'for each record' for several data fields.
| Field Summary |
|---|
| Fields inherited from interface com.inet.report.chart.dataset.BaseDataset |
|---|
TOKEN_DATASET |
| Constructor Summary | |
|---|---|
ForEachRecordDataset(Chart2 chart)
Creates a new empty dataset. |
|
| Method Summary | |
|---|---|
Field |
getLabelField()
Returns the label field which is used to label the row on the group axis. |
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. |
java.util.List |
getReferencedObject()
FOR INTERNAL USE ONLY |
protected void |
saveProperties(java.io.PrintWriter out,
int depth)
Writes the properties of this chart dataset to PrintWriter. |
void |
setLabelField(Field labelField)
Sets the label field. |
| Methods inherited from class com.inet.report.chart.dataset.ForAllRecordsDataset |
|---|
addDataField, getCategoryGroup, getChart, getDataField, getDataField, getDataFields, getDataFieldsCount, removeAllDataFields, removeDataField, verify |
| Methods inherited from interface com.inet.report.chart.dataset.BaseDataset |
|---|
getChart, getDataField, getDataFields, verify |
| Constructor Detail |
|---|
public ForEachRecordDataset(Chart2 chart)
chart - the chart (null not permitted)| Method Detail |
|---|
public Field getLabelField()
setLabelField(Field)public void setLabelField(Field labelField)
labelField - the field (null permitted)getLabelField()public java.util.List getReferencedObject()
getReferencedObject in class com.inet.report.chart.dataset.AbstractDataset
protected void saveProperties(java.io.PrintWriter out,
int depth)
PrintWriter.
saveProperties in class com.inet.report.chart.dataset.AbstractDatasetout - the outputdepth - the depth of XML indentprotected java.lang.String getName()
public com.inet.report.chart.dataset.LabelProvider getLabelProvider()
getLabelProvider in interface BaseDatasetgetLabelProvider in class ForAllRecordsDataset
|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||