|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface BaseDataset
An interface that implemented by all datasets. A Data Set provides methods to get the data field(s) used by the chart.
| Field Summary | |
|---|---|
static java.lang.String |
TOKEN_DATASET
XML token for a dataset element. |
| Method Summary | |
|---|---|
Chart2 |
getChart()
Returns the parent chart of this dataset. |
SummaryField |
getDataField(java.lang.String name)
Returns the summary field with the specified name or null
if the summary field with this name not found in the list. |
java.util.List |
getDataFields()
Returns the data fields of this dataset as list. |
com.inet.report.chart.dataset.LabelProvider |
getLabelProvider()
Returns the LabelProvider responsible for providing the title, footnote, and axis labels |
java.lang.String |
verify(ChartStyle style)
Verifies the group and sum properties of current dataset. |
| Field Detail |
|---|
static final java.lang.String TOKEN_DATASET
| Method Detail |
|---|
com.inet.report.chart.dataset.LabelProvider getLabelProvider()
SummaryField getDataField(java.lang.String name)
null
if the summary field with this name not found in the list.
Testing for equality using the case sensitive equals method.
name - the searched name of summary field (null not permitted)
null.
java.lang.IllegalArgumentException - if name is null.getDataFields()java.util.List getDataFields()
getDataField(String)Chart2 getChart()
java.lang.String verify(ChartStyle style)
style - the chart style
|
i-net Clear Reports | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||